summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-12-11 18:27:12 -0500
committerirungentoo <irungentoo@gmail.com>2015-12-11 18:27:12 -0500
commitb5978a0da8bedfa756646002f9a9636ba3c43876 (patch)
tree46d33312c33163bc1ca7186f28b96b07992b694c
parent2d93eb204804b0d02318ffdb9914e148d5e67488 (diff)
Remove useless vars.
-rw-r--r--toxcore/DHT.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index 84a245bb..b4caa113 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -521,7 +521,6 @@ static void get_close_nodes_inner(const uint8_t *public_key, Node_format *nodes_
521 return; 521 return;
522 522
523 uint32_t num_nodes = *num_nodes_ptr; 523 uint32_t num_nodes = *num_nodes_ptr;
524 int j, closest;
525 uint32_t i; 524 uint32_t i;
526 525
527 for (i = 0; i < client_list_length; i++) { 526 for (i = 0; i < client_list_length; i++) {