From e196a47f381c1edf23eb780f6538d9e7e7e49e66 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 24 Jul 2015 23:58:29 -0400 Subject: [PATCH] Removed useless variable. --- toxcore/DHT.c | 1 - 1 file changed, 1 deletion(-) 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) static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type) { DHT *dht = outer; - int i; switch (type) { case DHT_STATE_TYPE_NODES: