From: Tilman Sauerbeck Date: Fri, 11 Aug 2006 16:24:10 +0000 (+0200) Subject: Don't store the key-value pair array in an instance variable. X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=commitdiff_plain;h=44b62b7f60d2fb6fd1ea5cb9d38652227e25ed27 Don't store the key-value pair array in an instance variable. --- diff --git a/ext/comments.c b/ext/comments.c index b37f591..29b0337 100644 --- a/ext/comments.c +++ b/ext/comments.c @@ -64,8 +64,6 @@ comments_init (VALUE self, vcedit_state *state) rb_ary_store (o->items, i, pair); } - - rb_iv_set (self, "@items", o->items); } void