aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-06 05:22:17 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-06 05:22:17 +0000
commit42ce75cdff741d69927e407ac57b68dd58408111 (patch)
tree23c31bb9a51e489645b42457e69ac9a50fd5014d /parse.y
parentd4d5f27077dd356fb2bef031991864777cc54ef6 (diff)
downloadruby-42ce75cdff741d69927e407ac57b68dd58408111.tar.gz
* compile.c, insns.def: remove (get|set)instancevariable2 and add a
operand is_local to (get|set)instancevariable. * yarvtest/test_class.rb: add a test for class local instance variable. * parse.y (rb_decompose_ivar2): remove unused variable oid. * tool/insns2vm.rb: remove needless require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 3f783af352..5894cea463 100644
--- a/parse.y
+++ b/parse.y
@@ -8592,7 +8592,6 @@ ID
rb_decompose_ivar2(ID id, VALUE *klassp)
{
struct ivar2_key *kp;
- ID oid;
if (!st_lookup(global_symbols.id_ivar2, (st_data_t)id, (st_data_t *)&kp)) {
return id;