Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index c5bc947b960cca70dcb11f5c76d73bcd02cb0b14..4451199b7fb378e8a46d64fb53da99ed76076d8f 100644 (file)
@@ -239,11 +239,6 @@ namespace llvm {
     /// EndCOFFSymbolDef - Marks the end of the symbol definition.
     virtual void EndCOFFSymbolDef() = 0;
 
-    /// EmitCOFFSecRel32 - Emits a COFF section relative relocation.
-    ///
-    /// @param Symbol - Symbol the section relative realocation should point to.
-    virtual void EmitCOFFSecRel32(MCSymbol const *Symbol) = 0;
-
     /// EmitELFSize - Emit an ELF .size directive.
     ///
     /// This corresponds to an assembler statement such as: