Skip to content

Commit

Permalink
tests: Deplicate unused files and variables (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: Saya Sugiura <[email protected]>
  • Loading branch information
ssugiura authored Dec 23, 2021
1 parent fec4393 commit 0138c00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ endforeach()
###################
set(TARGET_LIST gtest_dlt_daemon_gateway
gtest_dlt_daemon_offline_log
gtest_dlt_daemon_filter
gtest_dlt_daemon_event_handler
)
if(WITH_DLT_SHM_ENABLE)
Expand Down
2 changes: 0 additions & 2 deletions tests/gtest_dlt_daemon_gateway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = &current;
DltGatewayConnection connections;
DltConnection connections1;
DltReceiver receiver1;
Expand Down

0 comments on commit 0138c00

Please sign in to comment.