diff options
author | Rui Ueyama <ruiu@google.com> | 2013-08-02 23:22:46 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-08-02 23:22:46 +0000 |
commit | 05f1ae987b271753cb3619cbcaf8fb986f014504 (patch) | |
tree | 89e27e67bd3d7512fa162fa0e906e3cdbd2d5de4 /lld/lib/ReaderWriter | |
parent | 1bd0445e029c1236df8491113011b5631dd16fa5 (diff) | |
download | bcm5719-llvm-05f1ae987b271753cb3619cbcaf8fb986f014504.tar.gz bcm5719-llvm-05f1ae987b271753cb3619cbcaf8fb986f014504.zip |
Remove unused using's.
llvm-svn: 187690
Diffstat (limited to 'lld/lib/ReaderWriter')
-rw-r--r-- | lld/lib/ReaderWriter/PECOFF/Atoms.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/Atoms.h b/lld/lib/ReaderWriter/PECOFF/Atoms.h index 6d3a71c5ed9..4e91184d80a 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 |