]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Removed unnecessary line
[xonotic/gmqcc.git] / 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;