Remove unused using's.
authorRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 23:22:46 +0000 (23:22 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2013 23:22:46 +0000 (23:22 +0000)
llvm-svn: 187690

lld/lib/ReaderWriter/PECOFF/Atoms.h

index 6d3a71c..4e91184 100644 (file)
@@ -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