mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r300/compiler: Remove unused variable.
This commit is contained in:
parent
f822cc22f2
commit
f36a642030
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ static void reg_count_callback(void * userdata, struct rc_instruction * inst,
|
|||
static void print_stats(struct radeon_compiler * c)
|
||||
{
|
||||
struct rc_instruction * tmp;
|
||||
unsigned i, max_reg, insts, fc, tex, alpha, rgb, presub;
|
||||
unsigned max_reg, insts, fc, tex, alpha, rgb, presub;
|
||||
max_reg = insts = fc = tex = alpha = rgb = presub = 0;
|
||||
for(tmp = c->Program.Instructions.Next; tmp != &c->Program.Instructions;
|
||||
tmp = tmp->Next){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue