From 0671e432d757730414d81f8e03fea699bfd4a92a Mon Sep 17 00:00:00 2001 From: Tonghao Zhang Date: Fri, 13 Oct 2017 10:20:35 -0700 Subject: [PATCH] examples/l3fwd-power: remove dead code Signed-off-by: Tonghao Zhang --- examples/l3fwd-power/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c index a505e91097..66ed687e7f 100644 --- a/examples/l3fwd-power/main.c +++ b/examples/l3fwd-power/main.c @@ -752,8 +752,6 @@ power_idle_heuristic(uint32_t zero_rx_packet_count) */ else return SUSPEND_THRESHOLD; - - return 0; } static inline enum freq_scale_hint_t -- 2.20.1