Remove Simon's compile fix in test_timers.c, it is not needed any more. The function is now used.

This commit is contained in:
Dirk Ziegelmeier 2018-01-08 13:02:58 +01:00
parent bb0ba64fb0
commit d7566216c9

View File

@ -196,9 +196,5 @@ timers_suite(void)
TESTFUNC(test_cyclic_timers),
TESTFUNC(test_timers)
};
testfunc tests_unused[] = {
TESTFUNC(test_bug52748)
};
LWIP_UNUSED_ARG(tests_unused);
return create_suite("TIMERS", tests, LWIP_ARRAYSIZE(tests), timers_setup, timers_teardown);
}