From: Sylvestre Ledru Date: Sat, 28 Jan 2017 13:41:50 +0000 (+0000) Subject: Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7110ec78c878a0b45948252c74e403a81452756c;p=clang Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293381 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/OSLog.cpp b/lib/Analysis/OSLog.cpp index 3e13a153c6..09dc77e6f1 100644 --- a/lib/Analysis/OSLog.cpp +++ b/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;