Mesa (master): nir: remove nir_strip stub declaration

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 17 11:23:59 UTC 2020


Module: Mesa
Branch: master
Commit: 83953f9d4d40d560586785e7342d7784bad6fae2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=83953f9d4d40d560586785e7342d7784bad6fae2

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri Aug 14 01:22:05 2020 -0400

nir: remove nir_strip stub declaration

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6328>

---

 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,



More information about the mesa-commit mailing list