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:
@@ -2252,7 +2252,7 @@ ir_to_mesa_visitor::visit(ir_if *ir)
|
|||||||
visit_exec_list(&ir->else_instructions, this);
|
visit_exec_list(&ir->else_instructions, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if_inst = emit(ir->condition, OPCODE_ENDIF);
|
emit(ir->condition, OPCODE_ENDIF);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user