diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-03-21 11:23:41 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-03-21 11:23:41 +0000 |
commit | def1be9b7ef4091ce465c0fbfb26cdb52128ade8 (patch) | |
tree | ec6af26f13d371b58d1ecd9d552f111233972403 /lib/asan/asan_malloc_mac.cc | |
parent | a38e40fde45acccb124f7419ecbe21ef6cfd306b (diff) | |
download | compiler-rt-def1be9b7ef4091ce465c0fbfb26cdb52128ade8.tar.gz |
[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete ASan-specific AsanThreadRegistry.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_malloc_mac.cc')
-rw-r--r-- | lib/asan/asan_malloc_mac.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asan/asan_malloc_mac.cc b/lib/asan/asan_malloc_mac.cc index eb66ddab0..de4000617 100644 --- a/lib/asan/asan_malloc_mac.cc +++ b/lib/asan/asan_malloc_mac.cc @@ -27,7 +27,6 @@ #include "asan_report.h" #include "asan_stack.h" #include "asan_stats.h" -#include "asan_thread_registry.h" // Similar code is used in Google Perftools, // http://code.google.com/p/google-perftools. |