| Index: base/synchronization/lock.cc
|
| diff --git a/base/synchronization/lock.cc b/base/synchronization/lock.cc
|
| index 6445ce8a853d591bb3a8a2aca63ef0fa2f6b796b..6ed106cb040672ffcf63c2fae5f844afae6e9a40 100644
|
| --- a/base/synchronization/lock.cc
|
| +++ b/base/synchronization/lock.cc
|
| @@ -6,8 +6,6 @@
|
| // is functionally a wrapper around the LockImpl class, so the only
|
| // real intelligence in the class is in the debugging logic.
|
|
|
| -#if !defined(NDEBUG)
|
| -
|
| #include "base/synchronization/lock.h"
|
| #include "base/logging.h"
|
|
|
| @@ -37,5 +35,3 @@ void Lock::CheckUnheldAndMark() {
|
| }
|
|
|
| } // namespace base
|
| -
|
| -#endif // NDEBUG
|
|
|