projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c80fa8
)
i965: Remove unused variable.
author
Kenneth Graunke
<kenneth@whitecape.org>
Tue, 19 Oct 2010 01:14:33 +0000
(18:14 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Tue, 19 Oct 2010 01:44:19 +0000
(18:44 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index 2224dc7a0e9a547be9932728f8f3b4bec50370db..df34089e859a1bfcee3bd042f4241bae9775a9ef 100644
(file)
--- 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++) {