mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Removing old commented-out code
This commit is contained in:
parent
ece880d5e3
commit
9aa86bee16
1 changed files with 0 additions and 6 deletions
6
ir.c
6
ir.c
|
@ -2610,12 +2610,6 @@ static bool gen_global_function(ir_builder *ir, ir_value *global)
|
|||
else {
|
||||
irfun->code_function_def = code_functions_elements;
|
||||
fun.entry = code_statements_elements;
|
||||
/* done in second pass: gen_global_function_code!
|
||||
if (!gen_function_code(irfun)) {
|
||||
irerror(irfun->context, "Failed to generate code for function %s", irfun->name);
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
return (code_functions_add(fun) >= 0);
|
||||
|
|
Loading…
Reference in a new issue