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:
Jason Ekstrand
2020-05-27 16:15:39 -05:00
parent af81486a8c
commit 516fd78d62

View File

@@ -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;