From 1738989b489bf287abec6176cba1e9de837885f8 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 18 Oct 2016 17:28:19 +0300 Subject: Help message fixes + removing unused command line options Signed-off-by: Ido Barnea --- src/bp_sim.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bp_sim.cpp') diff --git a/src/bp_sim.cpp b/src/bp_sim.cpp index b276d4ff..7b345a81 100755 --- a/src/bp_sim.cpp +++ b/src/bp_sim.cpp @@ -745,7 +745,6 @@ void CPreviewMode::Dump(FILE *fd){ fprintf(fd," single core : %d\n", (int)getSingleCore() ); fprintf(fd," flow-flip : %d\n", (int)getClientServerFlowFlip() ); fprintf(fd," no clean close : %d\n", (int)getNoCleanFlowClose() ); - fprintf(fd," 1g mode : %d\n", (int)get_1g_mode() ); fprintf(fd," zmq_publish : %d\n", (int)get_zmq_publish_enable() ); fprintf(fd," vlan_enable : %d\n", (int)get_vlan_mode_enable() ); fprintf(fd," client_cfg : %d\n", (int)get_is_client_cfg_enable() ); @@ -3223,7 +3222,6 @@ bool CNodeGenerator::Create(CFlowGenListPerThread * parent){ m_v_if =0; m_parent=parent; m_socket_id =0; - m_is_realtime =CGlobalInfo::is_realtime(); m_realtime_his.Create(); m_last_sync_time_sec = 0; -- cgit 1.2.3-korg