This commit is contained in:
Glenn Maynard
2004-04-20 03:51:41 +00:00
parent 732cf4b380
commit b82a155fe7
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -318,10 +318,6 @@ static struct SetupUnknownThread
const char *RageThread::GetCurThreadName()
{
int slot = GetCurThreadSlot();
if(slot==-1)
return "???";
return GetThreadNameByID( GetCurrentThreadID() );
}