Make getinstancevariable a leaf instruction

It can no longer issue a warning.
This commit is contained in:
Jeremy Evans 2020-12-10 07:36:55 -08:00
Родитель 01b7d5acc7
Коммит 699608487d
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -210,8 +210,6 @@ getinstancevariable
(ID id, IVC ic) (ID id, IVC ic)
() ()
(VALUE val) (VALUE val)
/* "instance variable not initialized" warning can be hooked. */
// attr bool leaf = false; /* has rb_warning() */
{ {
val = vm_getinstancevariable(GET_ISEQ(), GET_SELF(), id, ic); val = vm_getinstancevariable(GET_ISEQ(), GET_SELF(), id, ic);
} }