From 83953f9d4d40d560586785e7342d7784bad6fae2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 14 Aug 2020 01:22:05 -0400 Subject: [PATCH] nir: remove nir_strip stub declaration Reviewed-by: Jason Ekstrand Part-of: --- src/compiler/nir/nir.h | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.30.2