threadLockContextSwitch not necessary

This commit is contained in:
Marty Kraimer
2000-01-25 15:08:48 +00:00
parent 6ae86082b8
commit 573536e4ba
-2
View File
@@ -145,9 +145,7 @@ void dbLockSetGblLock(void)
void dbLockSetGblUnlock(void)
{
threadLockContextSwitch();
changingLockSets = FALSE;
threadUnlockContextSwitch();
semMutexGive(globalLock);
return;
}