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
This commit is contained in:
parent
1d88e7b5a6
commit
a70804da54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user