From dcc64c71963a2d64a84adb3fbf83852a8b3a6722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fengbojiang=28=E5=A7=9C=E5=87=A4=E6=B3=A2=29?= Date: Thu, 27 Jun 2019 18:21:45 +0800 Subject: [PATCH] remove unused code. --- lib/ff_dpdk_if.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ff_dpdk_if.c b/lib/ff_dpdk_if.c index 6aa830105..8283a751a 100644 --- a/lib/ff_dpdk_if.c +++ b/lib/ff_dpdk_if.c @@ -1507,8 +1507,6 @@ main_loop(void *arg) end_tsc = idle_sleep_tsc; } - // end_tsc = rte_rdtsc(); - if (usch_tsc == cur_tsc) { usr_tsc = idle_sleep_tsc - div_tsc; }