summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-17 15:15:31 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-17 15:15:31 +0000
commit5aa52587e86b9e2b03cad8b78307e53b777f1df2 (patch)
treee45f5023348b83f20967b79a51ed325bf3dfa002 /insns.def
parent941bc1a6a0679b82cdd1018e49a51f73af78d466 (diff)
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
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/insns.def b/insns.def
index 366be983f3..4c2f909f82 100644
--- a/insns.def
+++ b/insns.def
@@ -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