diff options
| author | Eric Anholt <eric@anholt.net> | 2010-03-30 18:31:32 -1000 |
|---|---|---|
| committer | Eric Anholt <eric@anholt.net> | 2010-03-30 18:31:32 -1000 |
| commit | 794ea61006142b794ccd277af9ac044aa63d6fcb (patch) | |
| tree | 61a0cc23efa9079076f6fae034d0449882d44e1c | |
| parent | a80cbd6d82f6ec4c1d16129581d5fa893a6ba94f (diff) | |
Fix unused variable warning.
| -rw-r--r-- | ast_to_hir.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ast_to_hir.cpp b/ast_to_hir.cpp index e037af7137..5162acea4e 100644 --- a/ast_to_hir.cpp +++ b/ast_to_hir.cpp @@ -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: * |
