From 065a870e7a81b10b58f0332af8a6ced0a7a7dcd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 23 Oct 2013 14:04:20 +0200 Subject: [PATCH] build again --- ast.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2