summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
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 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);
}