[Mips] Remove duplicated typedef's

No functional changes.

llvm-svn: 227048
This commit is contained in:
Simon Atanasyan 2015-01-25 16:17:10 +00:00
parent 752df2c767
commit d94b0e6541
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@
namespace lld {
namespace elf {
typedef llvm::object::ELFType<llvm::support::little, 2, false> Mips32ElELFType;
struct MipsELFFileCreateTraits {
typedef llvm::ErrorOr<std::unique_ptr<lld::File>> result_type;

View File

@ -16,8 +16,6 @@
using namespace lld;
using namespace elf;
typedef llvm::object::ELFType<llvm::support::little, 2, false> Mips32ElELFType;
MipsTargetHandler::MipsTargetHandler(MipsLinkingContext &ctx)
: _ctx(ctx), _runtimeFile(new MipsRuntimeFile<Mips32ElELFType>(ctx)),
_targetLayout(new MipsTargetLayout<Mips32ElELFType>(ctx)),