From: imarom Date: Mon, 20 Feb 2017 15:45:16 +0000 (+0200) Subject: few cleanups X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=68cf31b303e7207c358aced1e27937b793e87f4d;p=trex.git few cleanups Signed-off-by: imarom --- diff --git a/src/stateless/rx/trex_stateless_rx_core.h b/src/stateless/rx/trex_stateless_rx_core.h index 8166ef52..6b5e0a64 100644 --- a/src/stateless/rx/trex_stateless_rx_core.h +++ b/src/stateless/rx/trex_stateless_rx_core.h @@ -107,7 +107,6 @@ class CRxCoreStateless { /** * core states * - * STATE_IDLE - only checking for messages periodically * STATE_COLD - will sleep until a packet arrives * then it will move to a faster pace * until no packet arrives for some time @@ -115,7 +114,6 @@ class CRxCoreStateless { * STATE_HOT - 100% checking for packets (latency check) */ enum state_e { - STATE_IDLE, STATE_COLD, STATE_HOT, STATE_QUIT @@ -170,7 +168,6 @@ class CRxCoreStateless { void tickle(); /* states */ - //void idle_state_loop(); void hot_state_loop(); void cold_state_loop(); void init_work_stage();