summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.cc')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_rtl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
index 47b30288ecb..8fe9bf8d1b3 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
+++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
@@ -42,8 +42,6 @@ extern "C" void __tsan_resume() {
__tsan_resumed = 1;
}
-extern "C" void __sanitizer_print_memory_profile(int percent) {} // Stub.
-
namespace __tsan {
#if !defined(SANITIZER_GO) && !SANITIZER_MAC
OpenPOWER on IntegriCloud