nir: remove nir_strip stub declaration

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6328>
This commit is contained in:
Marek Olšák
2020-08-14 01:22:05 -04:00
committed by Marge Bot
parent f3a9781ee1
commit 83953f9d4d

View File

@@ -4678,8 +4678,6 @@ bool nir_opt_load_store_vectorize(nir_shader *shader, nir_variable_mode modes,
nir_should_vectorize_mem_func callback, nir_should_vectorize_mem_func callback,
nir_variable_mode robust_modes); nir_variable_mode robust_modes);
void nir_strip(nir_shader *shader);
void nir_sweep(nir_shader *shader); void nir_sweep(nir_shader *shader);
void nir_remap_dual_slot_attributes(nir_shader *shader, void nir_remap_dual_slot_attributes(nir_shader *shader,