glsl: Drop dead prototype.
authorEmma Anholt <emma@anholt.net>
Thu, 16 Mar 2023 00:07:10 +0000 (17:07 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 29 Mar 2023 16:06:03 +0000 (16:06 +0000)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21940>

src/compiler/glsl/ir_optimization.h

index 93fa3c7..e46d038 100644 (file)
@@ -81,10 +81,6 @@ bool propagate_invariance(exec_list *instructions);
 
 namespace ir_builder { class ir_factory; };
 
-ir_variable *compare_index_block(ir_builder::ir_factory &body,
-                                 ir_variable *index,
-                                 unsigned base, unsigned components);
-
 bool lower_64bit_integer_instructions(exec_list *instructions,
                                       unsigned what_to_lower);