summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl.h
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-12-18 13:52:08 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-12-18 13:52:08 +0000
commite6ed4c6aee321ee99a3f77dbfe830ab0590c6d10 (patch)
treea377e076ee8e52b4ad0889865fbda81185f9d63f /lib/tsan/rtl/tsan_rtl.h
parent34e0b39fdf0cb45eeb0144be2a238223af3cd787 (diff)
Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't called from ScopedInterceptor").
There are some test failures on the Linux buildbots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@255997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/rtl/tsan_rtl.h')
-rw-r--r--lib/tsan/rtl/tsan_rtl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tsan/rtl/tsan_rtl.h b/lib/tsan/rtl/tsan_rtl.h
index 8c671d0cc..04104b162 100644
--- a/lib/tsan/rtl/tsan_rtl.h
+++ b/lib/tsan/rtl/tsan_rtl.h
@@ -372,9 +372,6 @@ struct ThreadState {
const int unique_id;
bool in_symbolizer;
bool in_ignored_lib;
-#if SANITIZER_DEBUG
- int in_interceptor_count;
-#endif
bool is_inited;
bool is_dead;
bool is_freeing;