Index: lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp =================================================================== --- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp +++ lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp @@ -62,13 +62,6 @@ namespace { -class X86ELFObjectWriter : public MCELFObjectTargetWriter { -public: - X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, - bool HasRelocationAddend, bool foobar) - : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {} -}; - class X86AsmBackend : public MCAsmBackend { const StringRef CPU; bool HasNopl;