diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-06-25 11:08:33 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-06-25 11:08:33 +0000 |
commit | 5c53ec92bfc9bd9d3951f1c28d8c210537af4bf6 (patch) | |
tree | 45a83814e13941ad2344eb31db3f0ed842bddd17 | |
parent | 3f3cc4d7736dd7130e539d8e103d23095e5a214a (diff) |
- compiler warning
-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"); |