summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorKazuki Tsujimoto <kazuki@callcc.net>2020-05-04 13:17:45 +0900
committerKazuki Tsujimoto <kazuki@callcc.net>2020-05-04 13:27:25 +0900
commitd6389224da5aac0b36299cc6d968837407fdfe2c (patch)
tree62e34e2db56316fc602e17aeba54b087d6e558c1 /compile.c
parentb7e1eda932c74196d58e6b63644200b764b5453e (diff)
Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN
Due to the change in 3893a8dd42fb3bbd71750648c3c0de118955a6ea, there is no longer a need to put true/false.
Diffstat (limited to 'compile.c')
-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