From 1dd5e726dc31d22a95234f1f4384421c2ca53a05 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 13 Mar 2025 00:15:20 -0400 Subject: [PATCH] Remove line --- stdlib/patterns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/patterns.c b/stdlib/patterns.c index 621cb06..7a16583 100644 --- a/stdlib/patterns.c +++ b/stdlib/patterns.c @@ -677,7 +677,6 @@ static pat_t parse_next_pat(TextIter_t *state, int64_t *index) return PAT(PAT_GRAPHEME, .grapheme=(int32_t)grapheme); #undef PAT } else { - return (pat_t){.tag=PAT_GRAPHEME, .non_capturing=true, .min=1, .max=1, .grapheme=Text$get_grapheme_fast(state, (*index)++)}; } }