summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-17 08:58:16 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-17 08:58:16 +0000
commit8cee72d5c6184e8ea1680b79390e869ea231ac01 (patch)
treeba14446d98584b2cf10d00c74cc444e2ccb74692 /gc.c
parent9a27cf9499be318b478346959c6d3b571653bcc9 (diff)
* eval.c (rb_clear_cache_by_class): check both klass and origin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index b6ceff8d19..b1afbb1db7 100644
--- a/gc.c
+++ b/gc.c
@@ -1109,7 +1109,6 @@ obj_free(obj)
}
break;
case T_ICLASS:
- rb_clear_cache_by_class((VALUE)obj);
/* iClass shares table with the module */
break;