From: Christian Grothoff Date: Tue, 15 Mar 2011 10:33:34 +0000 (+0000) Subject: fix visibility X-Git-Tag: initial-import-from-subversion-38251~18972 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c79de770dedd58ca9138e802bd055c7657ebfc7a;p=oweals%2Fgnunet.git fix visibility --- diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c index 1a29b7837..28406085b 100644 --- a/src/fs/gnunet-service-fs_push.c +++ b/src/fs/gnunet-service-fs_push.c @@ -605,8 +605,6 @@ GSF_push_stop_ (struct GSF_ConnectedPeer *peer) void GSF_push_init_ () { - int enabled; - enabled = GNUNET_CONFIGURATION_get_value_yesno (GSF_cfg, "FS", "CONTENT_PUSHING");