From a70804da548853785503d4faeec027ba98b35691 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 15 Aug 2017 13:12:39 +0000 Subject: [PATCH] Remove not exist arguments from comments of insns is_local argument was introduced on r11639 and removed on r11813. * insns.def (getinstancevariable, setinstancevariable): Remove a not exist argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- insns.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/insns.def b/insns.def index 75ed734c6f..ed9d450728 100644 --- a/insns.def +++ b/insns.def @@ -111,7 +111,6 @@ setspecial /** @c variable @e Get value of instance variable id of self. - If is_local is not 0, get value of class local variable. @j self のインスタンス変数 id の値を得る。 */ DEFINE_INSN @@ -126,7 +125,6 @@ getinstancevariable /** @c variable @e Set value of instance variable id of self to val. - If is_local is not 0, set value of class local variable. @j self のインスタンス変数 id を val にする。 */ DEFINE_INSN