mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
ac/nir: remove another unused variable
Declared by each loop already. Trivial. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
This commit is contained in:
parent
5bbbe91799
commit
19f6cc3cba
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue