summaryrefslogtreecommitdiff
path: root/base/threading/non_thread_safe_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/non_thread_safe_unittest.cc')
-rw-r--r--base/threading/non_thread_safe_unittest.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/base/threading/non_thread_safe_unittest.cc b/base/threading/non_thread_safe_unittest.cc
index 5752d5f2b3..7776228f2f 100644
--- a/base/threading/non_thread_safe_unittest.cc
+++ b/base/threading/non_thread_safe_unittest.cc
@@ -12,14 +12,6 @@
#include "base/threading/simple_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
-// Duplicated from base/threading/non_thread_safe.h so that we can be
-// good citizens there and undef the macro.
-#if (!defined(NDEBUG) || defined(DCHECK_ALWAYS_ON))
-#define ENABLE_NON_THREAD_SAFE 1
-#else
-#define ENABLE_NON_THREAD_SAFE 0
-#endif
-
namespace base {
namespace {