From 587be81e064a15e2e42eb297ef8161f7352abcf8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Apr 2011 18:16:41 +0000 Subject: [PATCH] nowarn --- src/mesh/gnunet-service-mesh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 6725db563..8332100b6 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -369,9 +369,10 @@ struct Client }; -static struct MESH_tunnel *tunnel_participation_head; +// static struct MESH_tunnel *tunnel_participation_head; + +// static struct MESH_tunnel *tunnel_participation_tail; -static struct MESH_tunnel *tunnel_participation_tail; -- 2.25.1