summaryrefslogtreecommitdiff
path: root/lib/asan/asan_linux.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-03-21 11:23:41 +0000
committerAlexey Samsonov <samsonov@google.com>2013-03-21 11:23:41 +0000
commitdef1be9b7ef4091ce465c0fbfb26cdb52128ade8 (patch)
treeec6af26f13d371b58d1ecd9d552f111233972403 /lib/asan/asan_linux.cc
parenta38e40fde45acccb124f7419ecbe21ef6cfd306b (diff)
downloadcompiler-rt-def1be9b7ef4091ce465c0fbfb26cdb52128ade8.tar.gz
compiler-rt-def1be9b7ef4091ce465c0fbfb26cdb52128ade8.tar.bz2
compiler-rt-def1be9b7ef4091ce465c0fbfb26cdb52128ade8.tar.xz
[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_linux.cc')
-rw-r--r--lib/asan/asan_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asan/asan_linux.cc b/lib/asan/asan_linux.cc
index 58b96a65..7c7ab1e9 100644
--- a/lib/asan/asan_linux.cc
+++ b/lib/asan/asan_linux.cc
@@ -18,7 +18,6 @@
#include "asan_interceptors.h"
#include "asan_internal.h"
#include "asan_thread.h"
-#include "asan_thread_registry.h"
#include "sanitizer_common/sanitizer_libc.h"
#include "sanitizer_common/sanitizer_procmaps.h"