i965: Remove unused variable.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2010 01:14:33 +0000 (18:14 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Oct 2010 01:44:19 +0000 (18:44 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp

index 2224dc7a0e9a547be9932728f8f3b4bec50370db..df34089e859a1bfcee3bd042f4241bae9775a9ef 100644 (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++) {