Enable -Wcovered-switch-default again, but add -Werror to the checks to make
[oota-llvm.git] / lib / MC / MCELFObjectTargetWriter.cpp
index 37246d089668b865c9be8158b55270c312469948..15bf4767154e5182f154ccaae4013de09fbdaee9 100644 (file)
@@ -36,14 +36,3 @@ const MCSymbol *MCELFObjectTargetWriter::ExplicitRelSym(const MCAssembler &Asm,
 void MCELFObjectTargetWriter::adjustFixupOffset(const MCFixup &Fixup,
                                                 uint64_t &RelocOffset) {
 }
-
-unsigned MCELFObjectTargetWriter::GetRelocType(const MCValue &Target,
-                                               const MCFixup &Fixup,
-                                               bool IsPCRel,
-                                               bool IsRelocWithSymbol,
-                                               int64_t Addend) const {
-  return 0;
-}
-
-MCELFObjectTargetWriter::~MCELFObjectTargetWriter() {
-}