Cleanup the code

This commit is contained in:
Rafal Kupiec 2018-07-12 18:19:21 +02:00
förälder 7a8d95efd9
incheckning 0552e388e7
Signerad av: belliash
GPG-nyckel ID: 4E829243E0CFE6B4

2
api.c
Visa fil

@ -590,8 +590,6 @@ int ph7_release(ph7 *pEngine) {
SyMutexLeave(sMPGlobal.pMutexMethods, pEngine->pMutex); /* NO-OP if sMPGlobal.nThreadingLevel != PH7_THREAD_LEVEL_MULTI */
/* Release engine mutex */
SyMutexRelease(sMPGlobal.pMutexMethods, pEngine->pMutex) /* NO-OP if sMPGlobal.nThreadingLevel != PH7_THREAD_LEVEL_MULTI */
#endif
#if defined(PH7_ENABLE_THREADS)
/* Enter the global mutex */
SyMutexEnter(sMPGlobal.pMutexMethods, sMPGlobal.pMutex); /* NO-OP if sMPGlobal.nThreadingLevel == PH7_THREAD_LEVEL_SINGLE */
#endif