[VPlan] Remove unused & undefined print method (NFC).

This commit is contained in:
Florian Hahn 2020-04-26 17:52:49 +01:00
parent 8228153f87
commit bbdfcf8f69
1 changed files with 0 additions and 1 deletions

View File

@ -636,7 +636,6 @@ public:
virtual void execute(struct VPTransformState &State) = 0;
/// Each recipe prints itself.
void print(raw_ostream &O, const Twine &Indent);
virtual void print(raw_ostream &O, const Twine &Indent,
VPSlotTracker &SlotTracker) const = 0;