simgear/props/props.hxx:SGPropertyNode: removed ununsed debug state for locking.

This commit is contained in:
Julian Smith 2021-11-11 21:05:27 +00:00
parent 0470375889
commit 7cd5d5312e

View File

@ -1396,8 +1396,6 @@ private:
// Support for thread-safety.
//
mutable std::shared_mutex _mutex;
int _mutex_debug_shared = 0;
int _mutex_debug_exclusive = 0;
// Core data.
//