diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index c07eeff10f..0b3f8fe61c 100644 --- a/examples/l3fwd-power/main.c +++ b/examples/l3fwd-power/main.c @@ -373,10 +373,6 @@ signal_exit_now(int sigtype) unsigned int portid; int ret; - RTE_SET_USED(lcore_id); - RTE_SET_USED(portid); - RTE_SET_USED(ret); - if (sigtype == SIGINT) { if (empty_poll_on) empty_poll_stop = true;