mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
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:
parent
bb0ba64fb0
commit
d7566216c9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user