From 84b6b9e23aba37fd3cc1a13278a93f1c51083857 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 11 May 2022 19:35:33 -0500 Subject: [PATCH] removed a nocheckin --- src/parser.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.25.1