Module: Mesa Branch: main Commit: 1852f1e328dade6d90158c53d82e5cfbe7ffe17c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1852f1e328dade6d90158c53d82e5cfbe7ffe17c
Author: Gert Wollny <[email protected]> Date: Fri Sep 9 14:00:25 2022 +0200 r600/sfn: drop some unused code Signed-off-by: Gert Wollny <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18619> --- src/gallium/drivers/r600/sfn/sfn_optimizer.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp b/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp index 96604ceef85..1cd5c41f490 100644 --- a/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp @@ -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();
