rt: Remove an incorrect assert in lock_and_signal
This assert doesn't hold because it isn't made while holding the lock
This commit is contained in:
parent
8cbaebbb49
commit
5c23d21e83
@ -43,7 +43,6 @@ lock_and_signal::lock_and_signal()
|
||||
#endif
|
||||
|
||||
lock_and_signal::~lock_and_signal() {
|
||||
assert(_holding_thread == INVALID_THREAD);
|
||||
#if defined(__WIN32__)
|
||||
CloseHandle(_event);
|
||||
DeleteCriticalSection(&_cs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user