summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++) {