X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=ast.c;h=3c70a73721e49e726c1e010b3bbc0b77e94bc225;hb=7b7d01225578ed43d6e72b00fd9f823b39592033;hp=a0a7f6c411a36424a8192f730db6d2e1bfe0ce7e;hpb=b87eb898534074acb83ccb6401a398119df6809a;p=xonotic%2Fgmqcc.git diff --git a/ast.c b/ast.c index a0a7f6c..3c70a73 100644 --- 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);