From: Kenneth Graunke Date: Tue, 19 Oct 2010 01:14:33 +0000 (-0700) Subject: i965: Remove unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80c9f756b28d15ca097963af35915f5b073f081d;p=mesa.git i965: Remove unused variable. --- diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 2224dc7a0e9..df34089e859 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -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++) {