Don't store the key-value pair array in an instance variable.
[ruby-vorbistagger.git] / 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_iv_set (self, "@items", o->items);
 }
 
 void