Fix unused variable warning.

This commit is contained in:
Eric Anholt 2010-03-30 18:31:32 -10:00
parent a80cbd6d82
commit 794ea61006
1 changed files with 0 additions and 1 deletions

View File

@ -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:
*