We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283263e commit fd5c8ffCopy full SHA for fd5c8ff
lldb/source/Host/windows/ProcessRunLock.cpp
@@ -28,10 +28,6 @@ static bool WriteLock(lldb::rwlock_t rwlock) {
28
return true;
29
}
30
31
-static bool WriteTryLock(lldb::rwlock_t rwlock) {
32
- return !!::TryAcquireSRWLockExclusive(GetLock(rwlock));
33
-}
34
-
35
static bool WriteUnlock(lldb::rwlock_t rwlock) {
36
::ReleaseSRWLockExclusive(GetLock(rwlock));
37
0 commit comments