From fd78c2193e7032389a2a3ff9154654fa231ac8f0 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 27 Jun 2007 16:23:49 +0000 Subject: * 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 --- iseq.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'iseq.c') 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: -- cgit v1.2.3