spirv: Drop the void *ptr from vtn_value
It isn't being used for anything. Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5278>
This commit is contained in:
@@ -582,7 +582,6 @@ struct vtn_value {
|
|||||||
struct vtn_decoration *decoration;
|
struct vtn_decoration *decoration;
|
||||||
struct vtn_type *type;
|
struct vtn_type *type;
|
||||||
union {
|
union {
|
||||||
void *ptr;
|
|
||||||
char *str;
|
char *str;
|
||||||
nir_constant *constant;
|
nir_constant *constant;
|
||||||
struct vtn_pointer *pointer;
|
struct vtn_pointer *pointer;
|
||||||
|
Reference in New Issue
Block a user