nir: Remove some unused fields from nir_variable
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 Jul 2016 15:21:50 +0000 (08:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 5 Dec 2016 23:40:10 +0000 (15:40 -0800)
commit7db009b59ee9df3a106f2f7e440a3ff9223b268f
tree93829e0ccc89442975d2cc92f8837be795711ecd
parent50e0b0bee3fb97089cf9913af7a0c980dfce6dce
nir: Remove some unused fields from nir_variable

All of these are happily set from glsl_to_nir or spirv_to_nir but their
values are never used for anything.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/compiler/glsl/glsl_to_nir.cpp
src/compiler/nir/nir.h
src/compiler/spirv/vtn_variables.c