mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Removed unnecessary line
This commit is contained in:
parent
3b407fdc07
commit
392fc2227f
1 changed files with 0 additions and 1 deletions
1
ast.c
1
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue