summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-06-05 14:05:09 +0000
committerAlexey Samsonov <samsonov@google.com>2012-06-05 14:05:09 +0000
commit8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb (patch)
treebc7ec9f1e7d91a3377c3c394368ba4d4f4e1c5ae /compiler-rt/lib/asan/asan_stack.cc
parentef2e2cfd3325fb9bbd696bc928322f96cb8b1971 (diff)
downloadbcm5719-llvm-8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb.tar.gz
bcm5719-llvm-8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb.zip
[Sanitizer] remove using namespace __sanitizer lines
llvm-svn: 157999
Diffstat (limited to 'compiler-rt/lib/asan/asan_stack.cc')
-rw-r--r--compiler-rt/lib/asan/asan_stack.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/asan_stack.cc b/compiler-rt/lib/asan/asan_stack.cc
index ac9f6dda4a5..4ec330d5f67 100644
--- a/compiler-rt/lib/asan/asan_stack.cc
+++ b/compiler-rt/lib/asan/asan_stack.cc
@@ -19,8 +19,6 @@
#include "asan_thread_registry.h"
#include "sanitizer_common/sanitizer_symbolizer.h"
-using namespace __sanitizer; // NOLINT
-
#ifdef ASAN_USE_EXTERNAL_SYMBOLIZER
extern bool
ASAN_USE_EXTERNAL_SYMBOLIZER(const void *pc, char *out, int out_size);
OpenPOWER on IntegriCloud