From: Brendan Hansen Date: Thu, 12 May 2022 00:35:33 +0000 (-0500) Subject: removed a nocheckin X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=84b6b9e23aba37fd3cc1a13278a93f1c51083857;p=onyx.git removed a nocheckin --- diff --git a/src/parser.c b/src/parser.c index 8c7ad4ed..a68e574f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -846,8 +846,6 @@ static AstTyped* parse_factor(OnyxParser* parser) { if_expression->false_expr = parse_expression(parser, 0); retval = (AstTyped *) if_expression; - - // nocheckin This should maybe be goto factor_parsed; ?? break; }