spirv: Drop the void *ptr from vtn_value
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 27 May 2020 21:15:39 +0000 (16:15 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 24 Jul 2020 03:41:54 +0000 (22:41 -0500)
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>

src/compiler/spirv/vtn_private.h

index b3a915d..5cd5a46 100644 (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;