Removed extraneous assert
This commit is contained in:
parent
8a40b0da6a
commit
e2b4aa1927
|
@ -221,7 +221,6 @@ HANDLE ThreadGetHandle(DWORD ThreadId)
|
|||
if(threadList.find(ThreadId) != threadList.end())
|
||||
return threadList[ThreadId].Handle;
|
||||
|
||||
ASSERT_ALWAYS("Trying to get handle of a thread that doesn't exist!");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue