diff options
Diffstat (limited to 'src/compiler/spirv/vtn_private.h')
-rw-r--r-- | src/compiler/spirv/vtn_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/spirv/vtn_private.h b/src/compiler/spirv/vtn_private.h index 6b4645acc8b..173a7b3d7c7 100644 --- a/src/compiler/spirv/vtn_private.h +++ b/src/compiler/spirv/vtn_private.h @@ -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; |