mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
Remove a TODO message
This commit is contained in:
parent
259aaad324
commit
b337f630c8
1 changed files with 0 additions and 2 deletions
2
parser.c
2
parser.c
|
@ -835,8 +835,6 @@ static bool parser_sy_apply_operator(parser_t *parser, shunt *sy)
|
|||
return false;
|
||||
}
|
||||
#endif
|
||||
if (opts.standard == COMPILER_GMQCC)
|
||||
con_out("TODO: early out logic\n");
|
||||
if (CanConstFold(exprs[0], exprs[1]))
|
||||
out = (ast_expression*)parser_const_float(parser,
|
||||
(generated_op == INSTR_OR ? (ConstF(0) || ConstF(1)) : (ConstF(0) && ConstF(1))));
|
||||
|
|
Loading…
Reference in a new issue