diff --git a/mesh/model.c b/mesh/model.c
index ed2a752..5716f5e 100644
--- a/mesh/model.c
+++ b/mesh/model.c
static struct l_queue *mesh_virtuals;
-static struct timeval tx_start;
-
static bool is_internal(uint32_t id)
{
if (id == CONFIG_SRV_MODEL || id == CONFIG_CLI_MODEL)
return MESH_ERROR_DOES_NOT_EXIST;
}
- gettimeofday(&tx_start, NULL);
-
if (IS_UNASSIGNED(mod->pub->addr))
return MESH_ERROR_DOES_NOT_EXIST;
if (src == 0)
src = node_get_primary(node);
- gettimeofday(&tx_start, NULL);
-
if (IS_UNASSIGNED(dst))
return false;