diff --git a/src/compiler/spirv/vtn_private.h b/src/compiler/spirv/vtn_private.h index b3a915d4c84..5cd5a46a702 100644 --- a/src/compiler/spirv/vtn_private.h +++ b/src/compiler/spirv/vtn_private.h @@ -582,7 +582,6 @@ struct vtn_value { struct vtn_decoration *decoration; struct vtn_type *type; union { - void *ptr; char *str; nir_constant *constant; struct vtn_pointer *pointer;