From b5978a0da8bedfa756646002f9a9636ba3c43876 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 11 Dec 2015 18:27:12 -0500 Subject: [PATCH] Remove useless vars. --- toxcore/DHT.c | 1 - 1 file changed, 1 deletion(-) 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_ return; uint32_t num_nodes = *num_nodes_ptr; - int j, closest; uint32_t i; for (i = 0; i < client_list_length; i++) {