Don't store the key-value pair array in an instance variable.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 11 Aug 2006 16:24:10 +0000 (18:24 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:44 +0000 (19:33 +0200)
ext/comments.c

index b37f59146ea3067ff1902137cb554389f61731eb..29b03371da548a9c02cff71d2960bf04b6233249 100644 (file)
@@ -64,8 +64,6 @@ comments_init (VALUE self, vcedit_state *state)
 
                rb_ary_store (o->items, i, pair);
        }
 
                rb_ary_store (o->items, i, pair);
        }
-
-       rb_iv_set (self, "@items", o->items);
 }
 
 void
 }
 
 void