Cleanup the code

这个提交包含在:
Rafal Kupiec 2018-07-12 18:19:21 +02:00
父节点 7a8d95efd9
当前提交 0552e388e7
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

2
api.c
查看文件

@ -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