Skip to content

Commit

Permalink
Remove unused function in DHT.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tux3 committed Sep 10, 2014
1 parent d69a684 commit 5abcb7e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions toxcore/DHT.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
/* Number of get node requests to send to quickly find close nodes. */
#define MAX_BOOTSTRAP_TIMES 10

Client_data *DHT_get_close_list(DHT *dht)
{
return dht->close_clientlist;
}

/* Compares client_id1 and client_id2 with client_id.
*
* return 0 if both are same distance.
Expand Down

0 comments on commit 5abcb7e

Please sign in to comment.