glsl: Remove lower_output_reads.

No longer used since 214c774ba6 ("mesa/st: Remove st_glsl_to_tgsi.").

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18466>
This commit is contained in:
Emma Anholt
2022-09-07 06:01:54 -07:00
committed by Marge Bot
parent 594b638d4f
commit e5248fb53e
3 changed files with 0 additions and 184 deletions

View File

@@ -172,7 +172,6 @@ files_libglsl = files(
'lower_vec_index_to_swizzle.cpp',
'lower_vector_derefs.cpp',
'lower_vector_insert.cpp',
'lower_output_reads.cpp',
'opt_algebraic.cpp',
'opt_array_splitting.cpp',
'opt_constant_folding.cpp',