diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-10-18 18:14:33 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-10-18 18:44:19 -0700 |
commit | 80c9f756b28d15ca097963af35915f5b073f081d (patch) | |
tree | 0ca6e5a681de4729dd5a6ae86421343cb72df170 | |
parent | 9c80fa824cedd6e267a92d3ae9e092a316d78aa9 (diff) |
i965: Remove unused variable.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 2224dc7a0e..df34089e85 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++) { |