From 68cf31b303e7207c358aced1e27937b793e87f4d Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 20 Feb 2017 17:45:16 +0200 Subject: few cleanups Signed-off-by: imarom --- src/stateless/rx/trex_stateless_rx_core.h | 3 --- 1 file changed, 3 deletions(-) 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(); -- cgit 1.2.3-korg