Skip to content

Commit

Permalink
Remove dead mutex (#148)
Browse files Browse the repository at this point in the history
This bad boy isn't used 😮
  • Loading branch information
KipHamiltons authored Sep 1, 2024
1 parent f72e7c4 commit 6bf215b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/TypeMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ namespace util {
private:
/// The data variable where the data is stored for this map key.
static std::shared_ptr<Value> data; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
static std::mutex mutex; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)

public:
/**
Expand Down

0 comments on commit 6bf215b

Please sign in to comment.