From b6879ce94cd24e4d76e60ad52c648edb5af221a5 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 27 Sep 2012 09:50:19 +0000 Subject: [TSan] move replacement for new/delete back into tsan_interceptors llvm-svn: 164764 --- compiler-rt/lib/tsan/rtl/tsan_rtl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.h') diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.h b/compiler-rt/lib/tsan/rtl/tsan_rtl.h index af9597f338a..a56025ef48b 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.h +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.h @@ -436,7 +436,6 @@ void ALWAYS_INLINE INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) { void InitializeShadowMemory(); void InitializeInterceptors(); void InitializeDynamicAnnotations(); -void ReplaceOperatorsNewAndDelete(); void ReportRace(ThreadState *thr); bool OutputReport(const ScopedReport &srep, -- cgit v1.2.3