summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 16:23:49 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 16:23:49 +0000
commitfd78c2193e7032389a2a3ff9154654fa231ac8f0 (patch)
treefb1e9a6e7e6b0c364f3fbfbe21bc667f091575d6 /iseq.c
parent4a7d47e41a771bda537ce92139500fb441ad6fd3 (diff)
* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 844a21e8d6..adcb0e2ec6 100644
--- a/iseq.c
+++ b/iseq.c
@@ -1005,8 +1005,6 @@ end
return "NODE_COLON2";
case NODE_COLON3:
return "NODE_COLON3";
- case NODE_CREF:
- return "NODE_CREF";
case NODE_DOT2:
return "NODE_DOT2";
case NODE_DOT3: