]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Removed unnecessary line
authorWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 25 Apr 2012 11:26:29 +0000 (13:26 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 25 Apr 2012 15:27:47 +0000 (17:27 +0200)
ast.c

diff --git a/ast.c b/ast.c
index 1add6812aea179ebfb1ab09dc464618e2de0db90..b1d90562e38dc6126b09a1091b81c2084e430be1 100644 (file)
--- 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;