i965: Remove unused variable.

This commit is contained in:
Kenneth Graunke 2010-10-18 18:14:33 -07:00
parent 9c80fa824c
commit 80c9f756b2

View file

@ -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++) {