From 037e82886896b615d6ac4ca614722f5d1565cbaa Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:26:10 +0900 Subject: [PATCH] Remove old parser code --- src/core/parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/parse.c b/src/core/parse.c index 40ccfbf2..3af20c72 100644 --- a/src/core/parse.c +++ b/src/core/parse.c @@ -612,7 +612,6 @@ static int atsign(JanetParser *p, JanetParseState *state, uint8_t c) { break; } pushstate(p, tokenchar, PFLAG_TOKEN); - push_buf(p, '@'); /* Push the leading at-sign that was dropped */ return 0; }