fixing compiler warning
authorChristian Grothoff <christian@grothoff.org>
Fri, 9 Apr 2010 14:55:36 +0000 (14:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 9 Apr 2010 14:55:36 +0000 (14:55 +0000)
src/hostlist/hostlist-server.c

index 9a86b302ab5a254fc5d373d2633715a823adb4cd..9e0307ec08146ce8a74dc242dd83e84403c6c7ff 100644 (file)
@@ -354,6 +354,7 @@ access_handler_callback (void *cls,
   return MHD_queue_response (connection, MHD_HTTP_OK, response);
 }
 
+#if 0
 static size_t
 adv_transmit_ready ( void *cls, size_t size, void *buf)
 {
@@ -384,6 +385,7 @@ adv_transmit_message ( const struct GNUNET_PeerIdentity * peer, int size )
                                      &adv_transmit_ready, NULL);
   return GNUNET_YES;
 }
+#endif
 
 /**
  * Function that assembles our hostlist adv message.