Remove unused using's.

llvm-svn: 187690
This commit is contained in:
Rui Ueyama 2013-08-02 23:22:46 +00:00
parent 1bd0445e02
commit 05f1ae987b
1 changed files with 0 additions and 4 deletions

View 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