From: Rui Ueyama Date: Fri, 2 Aug 2013 23:22:46 +0000 (+0000) Subject: Remove unused using's. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05f1ae987b271753cb3619cbcaf8fb986f014504;p=platform%2Fupstream%2Fllvm.git Remove unused using's. llvm-svn: 187690 --- 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