From d3bbbc4c6c0dbf80dd8730f2263c150348dcd170 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 15 Mar 2023 17:07:10 -0700 Subject: [PATCH] glsl: Drop dead prototype. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Part-of: --- src/compiler/glsl/ir_optimization.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compiler/glsl/ir_optimization.h b/src/compiler/glsl/ir_optimization.h index 93fa3c7a9d4..e46d038fd50 100644 --- a/src/compiler/glsl/ir_optimization.h +++ b/src/compiler/glsl/ir_optimization.h @@ -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);