aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-15 13:12:39 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-15 13:12:39 +0000
commit4b6fa71cc27a56e81f3683dbdb35213fe1f172d7 (patch)
tree4bea31425a5684f9d8fcb1fb18cc6c46e5e86f78 /insns.def
parent193d2f66b8de8fd3b3f582e4ea96e1923750d29b (diff)
downloadruby-4b6fa71cc27a56e81f3683dbdb35213fe1f172d7.tar.gz
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
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 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