summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--match.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/match.c b/match.c
index 4a34b544..98c2ee6c 100644
--- a/match.c
+++ b/match.c
@@ -529,8 +529,6 @@ static val search_match(match_line_ctx *c, val from_end, val spec)
new_pos = minus(new_pos, c->base);
return cons(pos, minus(new_pos, pos));
}
-
- consume_prefix(c);
}
return nil;