mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-28 14:55:22 +02:00
util/stdmutex: Drop StdLockGuard
This commit is contained in:
@@ -40,6 +40,4 @@ public:
|
||||
// Provide STDLOCK(..) wrapper around StdMutex::Guard that checks the lock is not already held
|
||||
#define STDLOCK(cs) StdMutex::Guard UNIQUE_NAME(criticalblock){StdMutex::CheckNotHeld(cs)}
|
||||
|
||||
using StdLockGuard = StdMutex::Guard; // TODO: remove, provided for backwards compat only
|
||||
|
||||
#endif // BITCOIN_UTIL_STDMUTEX_H
|
||||
|
||||
Reference in New Issue
Block a user