OSDN Git Service

Fix unused variable warning.
[android-x86/external-mesa.git] / ast_to_hir.cpp
index e037af7..5162ace 100644 (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:
     *