From 42ce75cdff741d69927e407ac57b68dd58408111 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 6 Feb 2007 05:22:17 +0000 Subject: * 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 --- parse.y | 1 - 1 file changed, 1 deletion(-) (limited to 'parse.y') 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; -- cgit v1.2.3