mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix pseudo code for NODE_ARYPTN, NODE_HSHPTN
Due to the change in 3893a8dd42
,
there is no longer a need to put true/false.
This commit is contained in:
parent
b7e1eda932
commit
d6389224da
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue