From: Marek Olšák Date: Fri, 14 Aug 2020 05:22:05 +0000 (-0400) Subject: nir: remove nir_strip stub declaration X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=83953f9d4d40d560586785e7342d7784bad6fae2 nir: remove nir_strip stub declaration Reviewed-by: Jason Ekstrand Part-of: --- diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index cbb58933a76..d538954ffea 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -4678,8 +4678,6 @@ bool nir_opt_load_store_vectorize(nir_shader *shader, nir_variable_mode modes, nir_should_vectorize_mem_func callback, nir_variable_mode robust_modes); -void nir_strip(nir_shader *shader); - void nir_sweep(nir_shader *shader); void nir_remap_dual_slot_attributes(nir_shader *shader,