diff options
Diffstat (limited to 'compiler-rt/test/tsan/ignore_malloc.cpp')
-rw-r--r-- | compiler-rt/test/tsan/ignore_malloc.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler-rt/test/tsan/ignore_malloc.cpp b/compiler-rt/test/tsan/ignore_malloc.cpp index 100b4e5dc80..6f293e3daa5 100644 --- a/compiler-rt/test/tsan/ignore_malloc.cpp +++ b/compiler-rt/test/tsan/ignore_malloc.cpp @@ -1,13 +1,6 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s #include "test.h" -extern "C" { -void AnnotateIgnoreReadsBegin(const char *f, int l); -void AnnotateIgnoreReadsEnd(const char *f, int l); -void AnnotateIgnoreWritesBegin(const char *f, int l); -void AnnotateIgnoreWritesEnd(const char *f, int l); -} - int *g; void *Thread(void *a) { |