From 392fc2227fdd8ebb473d5c8441ee1b32abddd937 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 25 Apr 2012 13:26:29 +0200 Subject: [PATCH] Removed unnecessary line --- ast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ast.c b/ast.c index 1add681..b1d9056 100644 --- a/ast.c +++ b/ast.c @@ -170,7 +170,6 @@ static qbool ast_value_gen_global(ir_builder *ir, ast_value *self, ir_value **ou * type qc_pointer and next with type qc_function */ ast_function *func = self->cvalue.vfunc; - (void)func; if (!ast_function_codegen(func, ir)) return false; -- 2.39.2