From: Wolfgang (Blub) Bumiller Date: Sun, 19 Aug 2012 17:01:31 +0000 (+0200) Subject: Removing old commented-out code X-Git-Tag: 0.1-rc1~157 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9aa86bee1670cdd9a6e2470a081371dee55e644c;p=xonotic%2Fgmqcc.git Removing old commented-out code --- diff --git a/ir.c b/ir.c index 713e5df..158e207 100644 --- a/ir.c +++ b/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);