mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
glsl: Remove unused variable.
This commit is contained in:
parent
f4db75547f
commit
64f11db558
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue