From e740a1ddeeaa7dc357b7b3e1985e24d4d26670cc 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: http://svn.ruby-lang.org/repos/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 b6ceff8d1..b1afbb1db 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