[MC] Delete two unused MCCodePadder functions missed by D71106

This commit is contained in:
Fangrui Song 2020-02-16 22:34:42 -08:00
parent 113df90388
commit dd8a2013dc
1 changed files with 0 additions and 6 deletions

View File

@ -803,12 +803,6 @@ public:
virtual void emitValueToOffset(const MCExpr *Offset, unsigned char Value, virtual void emitValueToOffset(const MCExpr *Offset, unsigned char Value,
SMLoc Loc); SMLoc Loc);
virtual void
EmitCodePaddingBasicBlockStart(const MCCodePaddingContext &Context) {}
virtual void
EmitCodePaddingBasicBlockEnd(const MCCodePaddingContext &Context) {}
/// @} /// @}
/// Switch to a new logical file. This is used to implement the '.file /// Switch to a new logical file. This is used to implement the '.file