[lld] r187690 - Remove unused using's.
    Rui Ueyama 
    ruiu at google.com
       
    Fri Aug  2 16:22:46 PDT 2013
    
    
  
Author: ruiu
Date: Fri Aug  2 18:22:46 2013
New Revision: 187690
URL: http://llvm.org/viewvc/llvm-project?rev=187690&view=rev
Log:
Remove unused using's.
Modified:
    lld/trunk/lib/ReaderWriter/PECOFF/Atoms.h
Modified: lld/trunk/lib/ReaderWriter/PECOFF/Atoms.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/Atoms.h?rev=187690&r1=187689&r2=187690&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/Atoms.h (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/Atoms.h Fri Aug  2 18:22:46 2013
@@ -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
    
    
More information about the llvm-commits
mailing list