From 5aa52587e86b9e2b03cad8b78307e53b777f1df2 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 17 Jul 2018 15:15:31 +0000 Subject: 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 --- insns.def | 2 -- 1 file changed, 2 deletions(-) (limited to 'insns.def') 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 -- cgit v1.2.3