Remove more unused things from CryCommon and CrySystem. (#709)
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
This commit is contained in:
@@ -37,9 +37,6 @@ enum CryLockType
|
||||
|
||||
#define CRYLOCK_HAVE_FASTLOCK 1
|
||||
|
||||
void CryThreadSetName(threadID nThreadId, const char* sThreadName);
|
||||
const char* CryThreadGetName(threadID nThreadId);
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Primitive locks and conditions.
|
||||
|
||||
Reference in New Issue
Block a user