From: Wolfgang (Blub) Bumiller Date: Wed, 25 Apr 2012 11:26:29 +0000 (+0200) Subject: Removed unnecessary line X-Git-Tag: 0.1-rc1~622 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=392fc2227fdd8ebb473d5c8441ee1b32abddd937;p=xonotic%2Fgmqcc.git Removed unnecessary line --- 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;