diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-01-28 13:41:50 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-01-28 13:41:50 +0000 |
commit | fccc52aa66cd9cffddae008bda8f3c56c56906b4 (patch) | |
tree | dcab660e012a5e395384c9cc80832104830e6f7f /clang/lib/Analysis/OSLog.cpp | |
parent | 1cb3c2f82dd41b38a8af62c9d1cc0ef6d1657476 (diff) | |
download | bcm5719-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.cpp | 1 |
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; |