From 8602c65719bc22a7dd7a71bac74ffc0ff7d12cfb Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 5 Jun 2012 14:05:09 +0000 Subject: [Sanitizer] remove using namespace __sanitizer lines llvm-svn: 157999 --- compiler-rt/lib/tsan/rtl/tsan_printf.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler-rt/lib/tsan/rtl/tsan_printf.cc') 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 // va_list -using namespace __sanitizer; // NOLINT - typedef long long i64; // NOLINT typedef long iptr; // NOLINT -- cgit v1.2.3