]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Cleanups and make compile with clang again with no warnings.
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 23ed28ab12c74b6a7be67f1bc5fcf4911c07eec5..e544e48a24984edd9e6176bec0afe3297d84a324 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -1085,7 +1085,6 @@ void _ast_codegen_output_type(ast_expression_common *self, ir_value *out)
 }
 
 #define codegen_output_type(a,o) (_ast_codegen_output_type(&((a)->expression),(o)))
-#define codegen_output_type_expr(a,o) (_ast_codegen_output_type(a,(o)))
 
 bool ast_value_codegen(ast_value *self, ast_function *func, bool lvalue, ir_value **out)
 {