From 05f1ae987b271753cb3619cbcaf8fb986f014504 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 2 Aug 2013 23:22:46 +0000 Subject: [PATCH] Remove unused using's. llvm-svn: 187690 --- lld/lib/ReaderWriter/PECOFF/Atoms.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lld/lib/ReaderWriter/PECOFF/Atoms.h b/lld/lib/ReaderWriter/PECOFF/Atoms.h index 6d3a71c..4e91184 100644 --- a/lld/lib/ReaderWriter/PECOFF/Atoms.h +++ b/lld/lib/ReaderWriter/PECOFF/Atoms.h @@ -20,10 +20,6 @@ namespace lld { namespace coff { class COFFDefinedAtom; -using llvm::object::COFFObjectFile; -using llvm::object::coff_section; -using llvm::object::coff_symbol; - /// A COFFReference represents relocation information for an atom. For /// example, if atom X has a reference to atom Y with offsetInAtom=8, that /// means that the address starting at 8th byte of the content of atom X needs -- 2.7.4