summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-07-24 23:58:29 -0400
committerirungentoo <irungentoo@gmail.com>2015-07-24 23:58:29 -0400
commite196a47f381c1edf23eb780f6538d9e7e7e49e66 (patch)
tree7c6e10930660a941c1e9d412dab886f24d6f1e22
parentefcb66ab1a8839abce8de2e388ebb9930b3b02b6 (diff)
Removed useless variable.
-rw-r--r--toxcore/DHT.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index ea8ea265..12789098 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -2408,7 +2408,6 @@ int DHT_connect_after_load(DHT *dht)
2408static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type) 2408static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type)
2409{ 2409{
2410 DHT *dht = outer; 2410 DHT *dht = outer;
2411 int i;
2412 2411
2413 switch (type) { 2412 switch (type) {
2414 case DHT_STATE_TYPE_NODES: 2413 case DHT_STATE_TYPE_NODES: