]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Merge branch 'master' into blub/bc3
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 3cff374867bac608c89591478a9a10f7371758a1..33720eaae6123fbf01dd68d5de1aec46dcc29f40 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -212,8 +212,7 @@ void ast_unary_delete(ast_unary *self)
     mem_d(self);
 }
 
-ast_return* ast_return_new(lex_ctx ctx, int op,
-                         ast_expression *expr)
+ast_return* ast_return_new(lex_ctx ctx, ast_expression *expr)
 {
     ast_instantiate(ast_return, ctx, ast_return_delete);
     ast_expression_init((ast_expression*)self, (ast_expression_codegen*)&ast_return_codegen);