forked from OSchip/llvm-project
[VPlan] Remove unused & undefined print method (NFC).
This commit is contained in:
parent
8228153f87
commit
bbdfcf8f69
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue