Start implementation of some functions.
[oweals/gnunet.git] / src / dht / gnunet-service-wdht.c
index 0f79bf936658dbeee81cf6e780fc1e35d83f9d48..c440730e9b77152c926d48d452445900cb717cf8 100644 (file)
@@ -92,8 +92,6 @@ static void
 run (void *cls, struct GNUNET_SERVER_Handle *server,
      const struct GNUNET_CONFIGURATION_Handle *c)
 {
-  unsigned long long _track_topology;
-
   GDS_cfg = c;
   GDS_block_context = GNUNET_BLOCK_context_create (GDS_cfg);
   GDS_stats = GNUNET_STATISTICS_create ("dht", GDS_cfg);