From 0138c00811c86eab4ff6bff3c6528163885ade19 Mon Sep 17 00:00:00 2001 From: Saya Sugiura <39760799+ssugiura@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:10:29 +0900 Subject: tests: Deplicate unused files and variables (#359) Signed-off-by: Saya Sugiura --- tests/gtest_dlt_daemon_gateway.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/gtest_dlt_daemon_gateway.cpp') diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp index 418ed86..02c80a1 100644 --- a/tests/gtest_dlt_daemon_gateway.cpp +++ b/tests/gtest_dlt_daemon_gateway.cpp @@ -146,8 +146,6 @@ TEST(t_dlt_gateway_send_control_message, Normal) TEST(t_dlt_gateway_send_control_message, nullpointer) { DltDaemonLocal daemon_local; - DltFilterConfiguration current; - daemon_local.pFilter.current = ¤t; DltGatewayConnection connections; DltConnection connections1; DltReceiver receiver1; -- cgit v1.2.1