summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-08-28 11:34:40 +0000
committerKostya Serebryany <kcc@google.com>2012-08-28 11:34:40 +0000
commit283c296b64bc55deec9698260b3427a9b050a925 (patch)
treec7474098c8e295c04bde6e878203be8ca7a66901 /lib/asan/asan_internal.h
parent2c29212c42d457ade0bbd1d01de92195dd9ce925 (diff)
downloadcompiler-rt-283c296b64bc55deec9698260b3427a9b050a925.tar.gz
compiler-rt-283c296b64bc55deec9698260b3427a9b050a925.tar.bz2
compiler-rt-283c296b64bc55deec9698260b3427a9b050a925.tar.xz
[asan] get rid of AsanPrintf in favor of Printf from sanitizer_common
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@162746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_internal.h')
-rw-r--r--lib/asan/asan_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asan/asan_internal.h b/lib/asan/asan_internal.h
index 4f34a79c..6e8b480a 100644
--- a/lib/asan/asan_internal.h
+++ b/lib/asan/asan_internal.h
@@ -120,9 +120,6 @@ void *AsanTSDGet();
void AsanTSDSet(void *tsd);
void AppendToErrorMessageBuffer(const char *buffer);
-// asan_printf.cc
-void AsanPrintf(const char *format, ...);
-void AsanReport(const char *format, ...);
// asan_poisoning.cc
// Poisons the shadow memory for "size" bytes starting from "addr".