From 1b75550608a4209276062f12472a55cc7394ecf1 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 16 May 2012 12:31:25 +0000 Subject: [PATCH] - compile error --- src/mesh/gnunet-service-mesh.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 687e32656..7b52a7d4f 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -480,6 +480,8 @@ struct MeshClient * after the PUT message was transmitted * (so we don't know if it was received or not) */ + +#if 0 static void mesh_debug (void *cls, int success) { @@ -489,6 +491,8 @@ mesh_debug (void *cls, int success) } #endif +#endif + /******************************************************************************/ /*********************** GLOBAL VARIABLES ****************************/ /******************************************************************************/ -- 2.25.1