Remove unused argument.
[oota-llvm.git] / include / llvm / MC / MCELFObjectWriter.h
index 9e7c2cce66fd5b8ad62afc970db03cbf61eecc5a..93bb7c4b4fe21813ebc063f01eec6c475bf79952 100644 (file)
@@ -72,8 +72,7 @@ public:
   virtual ~MCELFObjectTargetWriter() {}
 
   virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
-                                bool IsPCRel, bool IsRelocWithSymbol,
-                                int64_t Addend) const = 0;
+                                bool IsPCRel, bool IsRelocWithSymbol) const = 0;
   virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm,
                                          const MCValue &Target,
                                          const MCFragment &F,