diff --git a/insns.def b/insns.def index e39037c039..2bdb2d5d7a 100644 --- a/insns.def +++ b/insns.def @@ -210,8 +210,6 @@ getinstancevariable (ID id, IVC ic) () (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); }