summaryrefslogtreecommitdiff
path: root/tests/gtest_dlt_daemon_gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest_dlt_daemon_gateway.cpp')
-rw-r--r--tests/gtest_dlt_daemon_gateway.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp
index 84b1e3a..950f260 100644
--- a/tests/gtest_dlt_daemon_gateway.cpp
+++ b/tests/gtest_dlt_daemon_gateway.cpp
@@ -402,16 +402,12 @@ TEST(t_dlt_gateway_process_gateway_timer, normal)
DltGatewayConnection connections;
DltConnection connections1;
daemon_local.pGateway.connections = &connections;
- DltDaemonContext contexts;
- DltDaemonApplication applications;
daemon_local.pGateway.num_connections = 1;
DltLogStorage storage_handle;
daemon_local.pGateway.connections->status = DLT_GATEWAY_CONNECTED;
daemon_local.pEvent.connections = &connections1;
daemon_local.pEvent.connections->receiver = &receiver;
- daemon.contexts = &contexts;
- daemon.applications = &applications;
daemon.ECUVersionString = ECUVersionString;
daemon.storage_handle = &storage_handle;