Mesa (master): i965: Remove unused variable.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Oct 19 01:44:07 UTC 2010


Module: Mesa
Branch: master
Commit: 80c9f756b28d15ca097963af35915f5b073f081d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80c9f756b28d15ca097963af35915f5b073f081d

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Oct 18 18:14:33 2010 -0700

i965: Remove unused variable.

---

 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 2224dc7..df34089 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++) {




More information about the mesa-commit mailing list