aboutsummaryrefslogtreecommitdiff
path: root/source/Host/common/Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Host/common/Mutex.cpp')
-rw-r--r--source/Host/common/Mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Host/common/Mutex.cpp b/source/Host/common/Mutex.cpp
index c26467fa0d79..98f5321ad67f 100644
--- a/source/Host/common/Mutex.cpp
+++ b/source/Host/common/Mutex.cpp
@@ -27,7 +27,7 @@
#endif
// Enable extra mutex error checking
-#ifdef LLDB_CONFIGURATION_DEBUG
+#if 0 // LLDB_CONFIGURATION_DEBUG
#define ENABLE_MUTEX_ERROR_CHECKING 1
#include <inttypes.h>
#endif