aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-13 00:15:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-13 00:15:20 -0400
commit1dd5e726dc31d22a95234f1f4384421c2ca53a05 (patch)
tree6ced031f3e37ddfa2b8700def6bd01ba5b271afd /stdlib
parent35f121bb275493f11ce62069af3e2e188c6d7fa4 (diff)
Remove line
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/patterns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/patterns.c b/stdlib/patterns.c
index 621cb06c..7a165836 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)++)};
}
}