projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bdbec6
)
Don't store the key-value pair array in an instance variable.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 11 Aug 2006 16:24:10 +0000
(18:24 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:44 +0000
(19:33 +0200)
ext/comments.c
patch
|
blob
|
history
diff --git
a/ext/comments.c
b/ext/comments.c
index b37f59146ea3067ff1902137cb554389f61731eb..29b03371da548a9c02cff71d2960bf04b6233249 100644
(file)
--- 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