From 871f27628be8f6d6d5b80ba96790b8bbf78a112e Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Mon, 18 Jun 2018 07:24:42 +0200 Subject: [PATCH] lwiperf: fix unused function warning/error --- src/apps/lwiperf/lwiperf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/lwiperf/lwiperf.c b/src/apps/lwiperf/lwiperf.c index 15cb4179..1af2de7d 100644 --- a/src/apps/lwiperf/lwiperf.c +++ b/src/apps/lwiperf/lwiperf.c @@ -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