diff options
Diffstat (limited to 'src/sync.h')
-rw-r--r-- | src/sync.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sync.h b/src/sync.h index bd32a8bb61..01d2b5c445 100644 --- a/src/sync.h +++ b/src/sync.h @@ -106,7 +106,6 @@ public: * TODO: We should move away from using the recursive lock by default. */ using RecursiveMutex = AnnotatedMixin<std::recursive_mutex>; -typedef AnnotatedMixin<std::recursive_mutex> CCriticalSection; /** Wrapped mutex: supports waiting but not recursive locking */ typedef AnnotatedMixin<std::mutex> Mutex; |