summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--regex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index eda096f3..aaddec64 100644
--- a/regex.c
+++ b/regex.c
@@ -3237,7 +3237,6 @@ static val scan_until_common(val self, val regex, val stream_in,
match = stack;
goto out_match;
case REGM_MATCH:
- push(ch, &stack);
match = stack;
continue;
case REGM_INCOMPLETE: