From 8cee72d5c6184e8ea1680b79390e869ea231ac01 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 17 Jul 2003 08:58:16 +0000 Subject: * 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 --- gc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gc.c') 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; -- cgit v1.2.3