Small clean up of commented code

This commit is contained in:
Don BURNS
2004-11-29 05:47:16 +00:00
parent 0810c733d0
commit 30f5f88eb3

View File

@@ -36,7 +36,7 @@ int ReentrantMutex::lock()
}
else
{
int result = /*OpenThreads::*/Mutex::lock();
int result = Mutex::lock();
if (result==0)
{
_threadHoldingMutex = OpenThreads::Thread::CurrentThread();