Skip to content

Commit

Permalink
remove timer thread
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 21, 2023
1 parent d14b339 commit 144f29c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v2i-hub/CDASimAdapter/src/include/CDASimAdapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ namespace CDASimAdapter
std::unique_ptr<CDASimConnection> connection;
// Mutex for configuration parameter thread safety
std::mutex _lock;
std::unique_ptr<tmx::utils::ThreadTimer> thread_timer;
std::unique_ptr<tmx::utils::ThreadTimer> external_bject_detection_thread_timer;
// Time sync thread to forward time sync messages to PluginClientClockAware V2X-Hub plugins.
std::unique_ptr<tmx::utils::ThreadTimer> time_sync_timer;
Expand Down

0 comments on commit 144f29c

Please sign in to comment.