From: Matthias Wachs Date: Wed, 16 May 2012 12:31:25 +0000 (+0000) Subject: - compile error X-Git-Tag: initial-import-from-subversion-38251~13461 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b75550608a4209276062f12472a55cc7394ecf1;p=oweals%2Fgnunet.git - compile error --- 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 ****************************/ /******************************************************************************/