mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
i965: Remove unused variable.
This commit is contained in:
parent
9c80fa824c
commit
80c9f756b2
1 changed files with 0 additions and 1 deletions
|
|
@ -688,7 +688,6 @@ fs_visitor::visit(ir_expression *ir)
|
|||
{
|
||||
unsigned int operand;
|
||||
fs_reg op[2], temp;
|
||||
fs_reg result;
|
||||
fs_inst *inst;
|
||||
|
||||
for (operand = 0; operand < ir->get_num_operands(); operand++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue