simgear/props/props.hxx:SGPropertyNode: removed ununsed debug state for locking.
This commit is contained in:
parent
0470375889
commit
7cd5d5312e
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user