mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
glsl: Remove unused pointer value.
Silences "Unused pointer value" defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
71ecc2cf71
commit
6128c226b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2252,7 +2252,7 @@ ir_to_mesa_visitor::visit(ir_if *ir)
|
|||
visit_exec_list(&ir->else_instructions, this);
|
||||
}
|
||||
|
||||
if_inst = emit(ir->condition, OPCODE_ENDIF);
|
||||
emit(ir->condition, OPCODE_ENDIF);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue