code cleanup from clang warnings

This commit is contained in:
SoftCoder
2016-01-07 08:48:35 -08:00
parent fcdc29cc85
commit 35f3b2fa1a
2 changed files with 2 additions and 2 deletions

View File

@@ -436,7 +436,7 @@ public:
};
const bool debugMutexLock = false;
const int debugMutexLockMillisecondThreshold = 2000;
//const int debugMutexLockMillisecondThreshold = 2000;
Mutex::Mutex(string ownerId) {
this->isStaticMutexListMutex = false;