mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
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
This commit is contained in:
@@ -29,7 +29,6 @@ namespace {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EmitCOFFSecRel32(MCSymbol const *Symbol) override {}
|
|
||||||
void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
|
||||||
unsigned ByteAlignment) override {}
|
unsigned ByteAlignment) override {}
|
||||||
void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
||||||
|
Reference in New Issue
Block a user