mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
lwiperf: fix unused function warning/error
This commit is contained in:
parent
e4e0fc4193
commit
871f27628b
@ -206,6 +206,7 @@ lwiperf_list_remove(lwiperf_state_base_t *item)
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: unused for now
|
||||
static lwiperf_state_base_t *
|
||||
lwiperf_list_find(lwiperf_state_base_t *item)
|
||||
{
|
||||
@ -216,7 +217,7 @@ lwiperf_list_find(lwiperf_state_base_t *item)
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
}*/
|
||||
|
||||
/** Call the report function of an iperf tcp session */
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user