diff --git a/src/v2i-hub/CDASimAdapter/src/include/CDASimAdapter.hpp b/src/v2i-hub/CDASimAdapter/src/include/CDASimAdapter.hpp index 4686b6ee3..a4e6d4e3f 100644 --- a/src/v2i-hub/CDASimAdapter/src/include/CDASimAdapter.hpp +++ b/src/v2i-hub/CDASimAdapter/src/include/CDASimAdapter.hpp @@ -119,7 +119,6 @@ namespace CDASimAdapter std::unique_ptr connection; // Mutex for configuration parameter thread safety std::mutex _lock; - std::unique_ptr thread_timer; std::unique_ptr external_bject_detection_thread_timer; // Time sync thread to forward time sync messages to PluginClientClockAware V2X-Hub plugins. std::unique_ptr time_sync_timer;