aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-25 21:03:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-25 21:03:00 +0000
commit33e0596398ef8487a444d731d7ab65eb9ef2a7a6 (patch)
treec20d8c7cf1b54b2b5d880c12b18045b4e8a55897 /src/dht
parent9876f6551dac194809d05dc9954cf6d1b982415f (diff)
downloadgnunet-33e0596398ef8487a444d731d7ab65eb9ef2a7a6.tar.gz
gnunet-33e0596398ef8487a444d731d7ab65eb9ef2a7a6.zip
-LRN: remove unused variables
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_monitor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 3d5d8786c..f6474a37e 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -107,18 +107,12 @@ static GNUNET_SCHEDULER_TaskIdentifier shutdown_handle;
107 107
108static char *topology_file; 108static char *topology_file;
109 109
110static struct GNUNET_TESTING_Daemon *d1;
111
112static struct GNUNET_TESTING_Daemon *d2;
113
114static struct GNUNET_DHT_Handle **hs; 110static struct GNUNET_DHT_Handle **hs;
115 111
116static struct GNUNET_DHT_MonitorHandle **mhs; 112static struct GNUNET_DHT_MonitorHandle **mhs;
117 113
118static struct GNUNET_DHT_GetHandle *get_h_far; 114static struct GNUNET_DHT_GetHandle *get_h_far;
119 115
120static const char *id_origin = "FC74";
121
122static const char *id_far = "2UVH"; 116static const char *id_far = "2UVH";
123 117
124static struct GNUNET_TESTING_Daemon *d_far; 118static struct GNUNET_TESTING_Daemon *d_far;