summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/OSLog.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-28 13:41:50 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-28 13:41:50 +0000
commitfccc52aa66cd9cffddae008bda8f3c56c56906b4 (patch)
treedcab660e012a5e395384c9cc80832104830e6f7f /clang/lib/Analysis/OSLog.cpp
parent1cb3c2f82dd41b38a8af62c9d1cc0ef6d1657476 (diff)
downloadbcm5719-llvm-fccc52aa66cd9cffddae008bda8f3c56c56906b4.tar.gz
bcm5719-llvm-fccc52aa66cd9cffddae008bda8f3c56c56906b4.zip
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
llvm-svn: 293381
Diffstat (limited to 'clang/lib/Analysis/OSLog.cpp')
-rw-r--r--clang/lib/Analysis/OSLog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Analysis/OSLog.cpp b/clang/lib/Analysis/OSLog.cpp
index 3e13a153c65..09dc77e6f1b 100644
--- a/clang/lib/Analysis/OSLog.cpp
+++ b/clang/lib/Analysis/OSLog.cpp
@@ -10,7 +10,6 @@
#include "llvm/ADT/SmallBitVector.h"
using namespace clang;
-using llvm::APInt;
using clang::analyze_os_log::OSLogBufferItem;
using clang::analyze_os_log::OSLogBufferLayout;
OpenPOWER on IntegriCloud