mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
insns.def: remove redundant ifndef in r63988
By the way, the original patch of r63988 was provided by wanabe: https://github.com/wanabe/ruby/tree/local-stack but I forgot to add his credit in the previous commit message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
941bc1a6a0
commit
5aa52587e8
1 changed files with 0 additions and 2 deletions
|
@ -1270,9 +1270,7 @@ opt_aset_with
|
|||
else {
|
||||
#ifndef MJIT_HEADER
|
||||
PUSH(recv);
|
||||
#ifndef MJIT_HEADER
|
||||
PUSH(rb_str_resurrect(key));
|
||||
#endif
|
||||
PUSH(val);
|
||||
ADD_PC(-WIDTH_OF_opt_send_without_block);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue