]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
build again
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 23 Oct 2013 12:04:20 +0000 (14:04 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 23 Oct 2013 12:04:20 +0000 (14:04 +0200)
ast.c

diff --git a/ast.c b/ast.c
index a0a7f6c411a36424a8192f730db6d2e1bfe0ce7e..3c70a73721e49e726c1e010b3bbc0b77e94bc225 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -438,7 +438,6 @@ bool ast_value_set_name(ast_value *self, const char *name)
 ast_binary* ast_binary_new(lex_ctx_t ctx, int op,
                            ast_expression* left, ast_expression* right)
 {
-    ast_binary *fold;
     ast_instantiate(ast_binary, ctx, ast_binary_delete);
     ast_expression_init((ast_expression*)self, (ast_expression_codegen*)&ast_binary_codegen);