summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile.c b/compile.c
index 3c94818641..97548b422f 100644
--- a/compile.c
+++ b/compile.c
@@ -5635,7 +5635,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
* goto match_failed
* end
* end
- * true
* goto matched
* type_error:
* FrozenCore.raise TypeError
@@ -5806,7 +5805,6 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
* end
* end
* end
- * true
* goto matched
* type_error:
* FrozenCore.raise TypeError