thread/Mutex: remove ScopeLock, use std::lock_guard directly
This commit is contained in:
@@ -44,8 +44,6 @@ class Mutex : public PosixMutex {};
|
||||
|
||||
#endif
|
||||
|
||||
using ScopeLock = std::lock_guard<Mutex>;
|
||||
|
||||
/**
|
||||
* Within the scope of an instance, this class will keep a #Mutex
|
||||
* unlocked.
|
||||
|
Reference in New Issue
Block a user