summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2011-08-18 14:03:26 -0700
committerKenneth Graunke <[email protected]>2011-08-19 23:29:23 -0700
commit64f11db5587dcfb04446dc9521a70ee8ce692b66 (patch)
treeff132c0ca990cf75f01a45bb74fb79097400b877
parentf4db75547f38f08665efac3daf1599fdc5594bb7 (diff)
glsl: Remove unused variable.
-rw-r--r--src/glsl/lower_if_to_cond_assign.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/lower_if_to_cond_assign.cpp b/src/glsl/lower_if_to_cond_assign.cpp
index 94b24db1b29..7b89a1539ce 100644
--- a/src/glsl/lower_if_to_cond_assign.cpp
+++ b/src/glsl/lower_if_to_cond_assign.cpp
@@ -169,7 +169,6 @@ ir_if_to_cond_assign_visitor::visit_leave(ir_if *ir)
bool found_control_flow = false;
ir_assignment *assign;
- ir_dereference_variable *deref;
/* Check that both blocks don't contain anything we can't support. */
foreach_iter(exec_list_iterator, then_iter, ir->then_instructions) {