From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonghao Zhang Subject: [PATCH] l3fwd-power: remove the dead codes. Date: Fri, 13 Oct 2017 10:20:35 -0700 Message-ID: <1507915235-2685-1-git-send-email-nic@opencloud.tech> Cc: Tonghao Zhang To: dev@dpdk.org Return-path: Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) by dpdk.org (Postfix) with ESMTP id 444181B72B for ; Fri, 13 Oct 2017 19:20:53 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 8a8f34b..c08a775 100644 --- a/examples/l3fwd-power/main.c +++ b/examples/l3fwd-power/main.c @@ -752,8 +752,6 @@ static inline enum freq_scale_hint_t power_freq_scaleup_heuristic( \ */ else return SUSPEND_THRESHOLD; - - return 0; } static inline enum freq_scale_hint_t -- 1.8.3.1