summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-18 17:28:19 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-18 17:28:19 +0300
commit1738989b489bf287abec6176cba1e9de837885f8 (patch)
treee38df79df720a1d4bb9f89af08d440018ce63a04 /src/bp_sim.cpp
parent56c59d54a48eeb9430d4a05402b5b9c001adef3e (diff)
Help message fixes + removing unused command line options
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/bp_sim.cpp')
-rwxr-xr-xsrc/bp_sim.cpp2
1 files changed, 0 insertions, 2 deletions
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;