mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 19:00:13 +01:00
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:
parent
af81486a8c
commit
516fd78d62
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue