r600/sfn: drop unused ControlFlowInstr type enum

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24638>
This commit is contained in:
Gert Wollny
2023-08-10 14:42:10 +02:00
committed by Marge Bot
parent 16bef14dd4
commit 0dea86e886
@@ -40,7 +40,6 @@ public:
cf_loop_end,
cf_loop_break,
cf_loop_continue,
cf_stream_write,
cf_wait_ack
};