Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC

llvm-svn: 293380
This commit is contained in:
Sylvestre Ledru 2017-01-28 13:41:32 +00:00
parent d8650cde5d
commit 1cb3c2f82d
2 changed files with 0 additions and 3 deletions

View File

@ -41,7 +41,6 @@
using namespace llvm;
using namespace llvm::COFF;
using llvm::sys::Process;
using llvm::sys::fs::OpenFlags;
using llvm::sys::fs::file_magic;
using llvm::sys::fs::identify_magic;

View File

@ -41,8 +41,6 @@ using namespace llvm::support::endian;
using llvm::Triple;
using llvm::support::ulittle32_t;
using llvm::sys::fs::file_magic;
using llvm::sys::fs::identify_magic;
namespace lld {
namespace coff {