aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/iseq.c b/iseq.c
index a714c9f925..1680aa4aa5 100644
--- a/iseq.c
+++ b/iseq.c
@@ -905,8 +905,6 @@ ruby_node_name(int node)
return "NODE_GVAR";
case NODE_IVAR:
return "NODE_IVAR";
- case NODE_IVAR2:
- return "NODE_IVAR2";
case NODE_CONST:
return "NODE_CONST";
case NODE_CVAR: