spirv: Drop the impl field from vtn_builder
[mesa.git] / src / compiler / spirv / vtn_private.h
index 6b4645acc8b8fa100b3e64c81c6dc37c050bd8a2..173a7b3d7c7f98180d059f96a117d0eed6f5c1c6 100644 (file)
@@ -464,7 +464,6 @@ struct vtn_builder {
    nir_builder nb;
 
    nir_shader *shader;
-   nir_function_impl *impl;
    const struct nir_spirv_supported_extensions *ext;
    struct vtn_block *block;