diff options
-rw-r--r-- | src/mesh/mesh2_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c index 0dbdf2ac14..cf2e49c863 100644 --- a/src/mesh/mesh2_api.c +++ b/src/mesh/mesh2_api.c @@ -1529,7 +1529,6 @@ GNUNET_MESH_notify_transmit_ready (struct GNUNET_MESH_Tunnel *tunnel, int cork, void *notify_cls) { struct GNUNET_MESH_TransmitHandle *th; - size_t overhead; GNUNET_assert (NULL != tunnel); LOG (GNUNET_ERROR_TYPE_DEBUG, "MESH NOTIFY TRANSMIT READY\n"); |