mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed useless variable.
This commit is contained in:
parent
efcb66ab1a
commit
e196a47f38
@ -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)
|
static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type)
|
||||||
{
|
{
|
||||||
DHT *dht = outer;
|
DHT *dht = outer;
|
||||||
int i;
|
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case DHT_STATE_TYPE_NODES:
|
case DHT_STATE_TYPE_NODES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user