From 5c53ec92bfc9bd9d3951f1c28d8c210537af4bf6 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 25 Jun 2013 11:08:33 +0000 Subject: [PATCH] - compiler warning --- src/mesh/mesh2_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c index 0dbdf2ac1..cf2e49c86 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"); -- 2.25.1