make clang static analysis happy
[oweals/gnunet.git] / src / hostlist / gnunet-daemon-hostlist.c
index 9ebf63719ac23955e0e5b13c648b361846c2f0e3..3a1d53983453a92a1239b0ccec68c6ceb41cb154 100644 (file)
@@ -157,12 +157,7 @@ core_init (void *cls,
           GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *
           publicKey)
 {
-#if HAVE_MHD
-  if (advertising && (NULL != server))
-    {    
-      /* FIXME: provide "server" to 'hostlist' module */
-    }
-#endif
+ /* Nothing to do here */
 }
 
 /**