diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-06-05 14:05:09 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-06-05 14:05:09 +0000 |
| commit | 8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb (patch) | |
| tree | bc7ec9f1e7d91a3377c3c394368ba4d4f4e1c5ae /compiler-rt/lib/tsan/rtl/tsan_printf.cc | |
| parent | ef2e2cfd3325fb9bbd696bc928322f96cb8b1971 (diff) | |
| download | bcm5719-llvm-8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb.tar.gz bcm5719-llvm-8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb.zip | |
[Sanitizer] remove using namespace __sanitizer lines
llvm-svn: 157999
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_printf.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_printf.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_printf.cc b/compiler-rt/lib/tsan/rtl/tsan_printf.cc index 7dc053eb93c..2540d224c27 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_printf.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_printf.cc @@ -18,8 +18,6 @@ #include <stdarg.h> // va_list -using namespace __sanitizer; // NOLINT - typedef long long i64; // NOLINT typedef long iptr; // NOLINT |

