util/stdmutex: Drop StdLockGuard

This commit is contained in:
Anthony Towns
2026-03-24 23:14:56 +10:00
parent f17cd18d02
commit 904c0d07bb

View File

@@ -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