diff options
| author | Dirk Ziegelmeier <[email protected]> | 2018-01-08 13:02:58 +0100 |
|---|---|---|
| committer | Dirk Ziegelmeier <[email protected]> | 2018-01-08 13:02:58 +0100 |
| commit | d7566216c9059ed24aede6199f2d00237d947f72 (patch) | |
| tree | cf6f6aff534be235fd80925aa8f7e4680df906a0 /test | |
| parent | bb0ba64fb0dca8af58849f5e4c23fbb42d705357 (diff) | |
Remove Simon's compile fix in test_timers.c, it is not needed any more. The function is now used.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/core/test_timers.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/core/test_timers.c b/test/unit/core/test_timers.c index c035d49c..f0bf91bd 100644 --- a/test/unit/core/test_timers.c +++ b/test/unit/core/test_timers.c @@ -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); } |
