From 19f6cc3cbadfc89b7eba2f9d0b70bafac5b847e3 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 8 Jun 2017 00:00:02 +0300 Subject: [PATCH] ac/nir: remove another unused variable Declared by each loop already. Trivial. Signed-off-by: Grazvydas Ignotas --- src/amd/common/ac_nir_to_llvm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index 42be6de99c9..49117d21bd2 100644 --- a/src/amd/common/ac_nir_to_llvm.c +++ b/src/amd/common/ac_nir_to_llvm.c @@ -708,7 +708,6 @@ static void allocate_user_sgprs(struct nir_to_llvm_context *ctx, static void create_function(struct nir_to_llvm_context *ctx) { - unsigned i; unsigned num_sets = ctx->options->layout ? ctx->options->layout->num_sets : 0; uint8_t user_sgpr_idx; struct user_sgpr_info user_sgpr_info; -- 2.30.2