X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_timer_perf.c;h=3f7ddd30371682e63bf5da5a8da7d4477a791dfa;hb=2114b52a36a1516727953f2621c8053f3c5e65b4;hp=da924733283a21a115687495483033944ddd4b2f;hpb=942405f9e2f2c22aa817be374ccfe939a72df2ce;p=dpdk.git diff --git a/app/test/test_timer_perf.c b/app/test/test_timer_perf.c index da92473328..3f7ddd3037 100644 --- a/app/test/test_timer_perf.c +++ b/app/test/test_timer_perf.c @@ -33,7 +33,6 @@ #include "test.h" -#ifdef RTE_LIBRTE_TIMER #include #include #include @@ -164,4 +163,3 @@ static struct test_command timer_perf_cmd = { .callback = test_timer_perf, }; REGISTER_TEST_COMMAND(timer_perf_cmd); -#endif