nir: Drop the lower_mem_constant_vars declaration

The function was removed in c730ace12b.

Fixes: c730ace12b "nir,clover: Drop nir_lower_mem_constant_vars"
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8834>
(cherry picked from commit 774fae34f0)
This commit is contained in:
Jason Ekstrand 2021-02-01 20:21:52 -06:00 committed by Dylan Baker
parent 98e928ea6a
commit 0b9988c507
2 changed files with 1 additions and 4 deletions

View file

@ -382,7 +382,7 @@
"description": "nir: Drop the lower_mem_constant_vars declaration",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "c730ace12b51d46585fac6710fbe57dccd67071c"
},

View file

@ -4300,9 +4300,6 @@ nir_gather_explicit_io_initializers(nir_shader *shader,
void *dst, size_t dst_size,
nir_variable_mode mode);
bool nir_lower_mem_constant_vars(nir_shader *shader,
glsl_type_size_align_func type_info);
bool nir_lower_vec3_to_vec4(nir_shader *shader, nir_variable_mode modes);
typedef enum {