r600/sfn: drop unused ControlFlowInstr type enum
authorGert Wollny <gert.wollny@collabora.com>
Thu, 10 Aug 2023 12:42:10 +0000 (14:42 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 6 Sep 2023 15:14:19 +0000 (15:14 +0000)
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24638>

src/gallium/drivers/r600/sfn/sfn_instr_controlflow.h

index 5ad309b..51e854f 100644 (file)
@@ -40,7 +40,6 @@ public:
       cf_loop_end,
       cf_loop_break,
       cf_loop_continue,
-      cf_stream_write,
       cf_wait_ack
    };