]> granicus.if.org Git - clang/commitdiff
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 28 Jan 2017 13:41:50 +0000 (13:41 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 28 Jan 2017 13:41:50 +0000 (13:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/OSLog.cpp

index 3e13a153c65fae297d165d85c2dc3f9511860388..09dc77e6f1be9662e94e105df301ea0c6a46d6b0 100644 (file)
@@ -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;