glsl: Drop dead prototype.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21940>
This commit is contained in:
Emma Anholt 2023-03-15 17:07:10 -07:00 committed by Marge Bot
parent d2a3fa7569
commit d3bbbc4c6c

View 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);