From d3cb9201f1d34dd804a90cfe1f17142e5f4fa3b7 Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Sat, 2 Jul 2022 15:45:38 +0200 Subject: Core timing: use only one thread. --- src/core/core_timing.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/core_timing.h') diff --git a/src/core/core_timing.h b/src/core/core_timing.h index a86553e08..c52bffb3b 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h @@ -32,7 +32,6 @@ struct EventType { TimedCallback callback; /// A pointer to the name of the event. const std::string name; - mutable std::mutex guard; }; /** @@ -157,7 +156,6 @@ private: std::condition_variable wait_pause_cv; std::condition_variable wait_signal_cv; mutable std::mutex event_mutex; - mutable std::mutex sequence_mutex; std::atomic paused_state{}; bool is_paused{}; -- cgit v1.2.3