mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
Fix unused variable warning.
This commit is contained in:
parent
a80cbd6d82
commit
794ea61006
1 changed files with 0 additions and 1 deletions
|
|
@ -1582,7 +1582,6 @@ ast_selection_statement::hir(exec_list *instructions,
|
|||
struct _mesa_glsl_parse_state *state)
|
||||
{
|
||||
ir_rvalue *const condition = this->condition->hir(instructions, state);
|
||||
struct simple_node *ptr;
|
||||
|
||||
/* From page 66 (page 72 of the PDF) of the GLSL 1.50 spec:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue