From cec9af9ead1269be5a17a7d81ba55173d74c9d21 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Sep 2011 17:29:17 +0000 Subject: Create multilevel debug mode llvm-svn: 139913 --- libcxx/src/debug.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libcxx/src') diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp index 42e5edb3346..04d506341aa 100644 --- a/libcxx/src/debug.cpp +++ b/libcxx/src/debug.cpp @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// -#define _LIBCPP_DEBUG2 +#define _LIBCPP_DEBUG2 1 +#include "__config" #include "__debug" #include "functional" #include "algorithm" @@ -35,11 +36,6 @@ namespace { typedef mutex mutex_type; -// struct mutex_type -// { -// void lock() {} -// void unlock() {}; -// }; typedef lock_guard WLock; typedef lock_guard RLock; -- cgit v1.2.3