aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-25 11:08:33 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-25 11:08:33 +0000
commit5c53ec92bfc9bd9d3951f1c28d8c210537af4bf6 (patch)
tree45a83814e13941ad2344eb31db3f0ed842bddd17 /src
parent3f3cc4d7736dd7130e539d8e103d23095e5a214a (diff)
downloadgnunet-5c53ec92bfc9bd9d3951f1c28d8c210537af4bf6.tar.gz
gnunet-5c53ec92bfc9bd9d3951f1c28d8c210537af4bf6.zip
- compiler warning
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh2_api.c1
1 files changed, 0 insertions, 1 deletions
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,
1529 void *notify_cls) 1529 void *notify_cls)
1530{ 1530{
1531 struct GNUNET_MESH_TransmitHandle *th; 1531 struct GNUNET_MESH_TransmitHandle *th;
1532 size_t overhead;
1533 1532
1534 GNUNET_assert (NULL != tunnel); 1533 GNUNET_assert (NULL != tunnel);
1535 LOG (GNUNET_ERROR_TYPE_DEBUG, "MESH NOTIFY TRANSMIT READY\n"); 1534 LOG (GNUNET_ERROR_TYPE_DEBUG, "MESH NOTIFY TRANSMIT READY\n");