aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-17 18:04:56 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-17 18:04:56 +0000
commit6df84e865fb0ae80c2e6a8796869e36e98bce297 (patch)
treeb688a43d89fb1f751d0a42ee1eee81ccfa6971d7 /src/hostlist/gnunet-daemon-hostlist.c
parent7603335652c521e1cf68b15a8a187986bba40f25 (diff)
downloadgnunet-6df84e865fb0ae80c2e6a8796869e36e98bce297.tar.gz
gnunet-6df84e865fb0ae80c2e6a8796869e36e98bce297.zip
fix
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index cf0f646ed..9d85e6672 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -75,11 +75,6 @@ static int bootstrapping;
75static int learning; 75static int learning;
76 76
77/** 77/**
78 * Our configuration.
79 */
80static const struct GNUNET_CONFIGURATION_Handle *cfg;
81
82/**
83 * Statistics handle. 78 * Statistics handle.
84 */ 79 */
85static struct GNUNET_STATISTICS_Handle *stats; 80static struct GNUNET_STATISTICS_Handle *stats;
@@ -256,11 +251,6 @@ cleaning_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
256 GNUNET_NO); 251 GNUNET_NO);
257 stats = NULL; 252 stats = NULL;
258 } 253 }
259 if (cfg != NULL)
260 {
261 GNUNET_CONFIGURATION_destroy(cfg);
262 cfg = NULL;
263 }
264} 254}
265 255
266/** 256/**