intel/compiler: Remove various unused function declarations

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19586>
This commit is contained in:
Caio Oliveira
2022-11-07 12:02:07 -08:00
committed by Marge Bot
parent 48506a9029
commit 90861e6fea
2 changed files with 0 additions and 7 deletions

View File

@@ -132,7 +132,6 @@ public:
int choose_spill_reg(struct ra_graph *g);
void spill_reg(unsigned spill_reg);
void move_grf_array_access_to_scratch();
void move_uniform_array_access_to_pull_constants();
void split_uniform_registers();
void setup_push_ranges();
virtual void invalidate_analysis(brw::analysis_dependency_class c);