r600/sfn: drop some unused code

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18619>
This commit is contained in:
Gert Wollny
2022-09-09 14:00:25 +02:00
committed by Marge Bot
parent c0b6c59e08
commit 1852f1e328
@@ -227,16 +227,6 @@ void DCEVisitor::visit(Block *block)
}
}
void visit(ControlFlowInstr *instr)
{
(void)instr;
}
void visit(IfInstr *instr)
{
(void)instr;
}
class CopyPropFwdVisitor : public InstrVisitor {
public:
CopyPropFwdVisitor();