nir: remove unused variable
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 13 Dec 2018 14:25:57 +0000 (15:25 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 13 Dec 2018 15:35:21 +0000 (16:35 +0100)
commitc7bdcd67aaa39338440fcfee6d679919411feb08
treeb5540c02afefd05f78be3a7edc8ddf74fb6f2cbc
parente888f28d1fd9f125fc70b2f5d1b3c42d8f25ae53
nir: remove unused variable

To avoid the following warning:
./src/compiler/nir/nir_loop_analyze.c:807:16: warning: unused variable ‘ns’ [-Wunused-variable]
    nir_shader *ns = impl->function->shader;
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/compiler/nir/nir_loop_analyze.c