From e41812973d45bfd3f8822d0dea9936e30251c47f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 14 Oct 2014 17:38:38 +0000 Subject: [PATCH] Remove method that is identical to the base class one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219700 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCNullStreamer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/MC/MCNullStreamer.cpp b/lib/MC/MCNullStreamer.cpp index d5434023db7..fc56728f635 100644 --- a/lib/MC/MCNullStreamer.cpp +++ b/lib/MC/MCNullStreamer.cpp @@ -29,7 +29,6 @@ namespace { 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,