posix mutex does not allow mutex to be destroyed that is owned

This commit is contained in:
Jeff Hill
2005-03-01 15:49:12 +00:00
parent f1760c0b76
commit 39809d9086

View File

@@ -161,11 +161,6 @@ LOCAL void logClientReset (logClient *pClient)
*/
LOCAL void logClientDestroy (logClient *pClient)
{
/*
* mutex on (and left on)
*/
epicsMutexMustLock (pClient->mutex);
logClientReset (pClient);
epicsMutexDestroy (pClient->mutex);