Remove method that is identical to the base class one.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Oct 2014 17:38:38 +0000 (17:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 14 Oct 2014 17:38:38 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219700 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCNullStreamer.cpp

index d5434023db72518d82db31167bffaf933c9f2812..fc56728f635aa0150e8a2b6bfc41d2daa0b70579 100644 (file)
@@ -29,7 +29,6 @@ namespace {
       return true;
     }
 
       return true;
     }
 
-    void EmitCOFFSecRel32(MCSymbol const *Symbol) override {}
     void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
                           unsigned ByteAlignment) override {}
     void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
     void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
                           unsigned ByteAlignment) override {}
     void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,