From 516fd78d627a289ca8037081b3bde9bbdc3efad2 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 27 May 2020 16:15:39 -0500 Subject: [PATCH] spirv: Drop the void *ptr from vtn_value It isn't being used for anything. Reviewed-by: Caio Marcelo de Oliveira Filho Part-of: --- src/compiler/spirv/vtn_private.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2