summaryrefslogtreecommitdiffstats
path: root/src/sim
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/trex_sim.h1
-rw-r--r--src/sim/trex_sim_stateless.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/trex_sim.h b/src/sim/trex_sim.h
index 3a3a62ea..59184b75 100644
--- a/src/sim/trex_sim.h
+++ b/src/sim/trex_sim.h
@@ -77,7 +77,6 @@ public:
cfg.m_port_count = 2;
cfg.m_rpc_req_resp_cfg = NULL;
- cfg.m_rpc_async_cfg = NULL;
cfg.m_rpc_server_verbose = false;
cfg.m_platform_api = new SimPlatformApi(1);
cfg.m_publisher = NULL;
diff --git a/src/sim/trex_sim_stateless.cpp b/src/sim/trex_sim_stateless.cpp
index 30d60b15..87c61ae2 100644
--- a/src/sim/trex_sim_stateless.cpp
+++ b/src/sim/trex_sim_stateless.cpp
@@ -186,7 +186,6 @@ SimStateless::prepare_control_plane() {
cfg.m_port_count = m_port_count;
cfg.m_rpc_req_resp_cfg = &rpc_req_resp_cfg;
- cfg.m_rpc_async_cfg = NULL;
cfg.m_rpc_server_verbose = false;
cfg.m_platform_api = new SimPlatformApi(m_dp_core_count);
cfg.m_publisher = m_publisher;