Removed useless variable.

This commit is contained in:
irungentoo 2015-07-24 23:58:29 -04:00
parent efcb66ab1a
commit e196a47f38
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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: