From 493914f8fe88c1e089c2505ad0fd587907c67d58 Mon Sep 17 00:00:00 2001 From: Kip Hamiltons Date: Mon, 2 Sep 2024 08:14:24 +1000 Subject: [PATCH] Remove unused mutex --- src/util/TypeMap.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/TypeMap.hpp b/src/util/TypeMap.hpp index c41ea8b0..fb469685 100644 --- a/src/util/TypeMap.hpp +++ b/src/util/TypeMap.hpp @@ -60,7 +60,6 @@ namespace util { private: /// The data variable where the data is stored for this map key. static std::shared_ptr data; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables) - static std::mutex mutex; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables) public: /**