From 44b62b7f60d2fb6fd1ea5cb9d38652227e25ed27 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 11 Aug 2006 18:24:10 +0200 Subject: [PATCH] Don't store the key-value pair array in an instance variable. --- ext/comments.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2