diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-06-22 18:02:01 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-09-29 01:15:38 +0900 |
| commit | 545cee083b9096366884bf0b092f064db6682d75 (patch) | |
| tree | 8c3b68582ffb72df3dfb530431b1808438af3eb4 | |
| parent | 76c4663a77796fdcba539250dca3e6786ca0fd32 (diff) | |
There is no longer needs to evict ivars thanks to fields
See 8b5ac5abf258270b32ef63a6acb4eb0d191f79d9
| -rw-r--r-- | namespace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/namespace.c b/namespace.c index 65a90cb0da..81017f902b 100644 --- a/namespace.c +++ b/namespace.c @@ -827,7 +827,6 @@ initialize_root_namespace(void) CONST_ID(id_namespace_entry, "__namespace_entry__"); root_namespace = rb_obj_alloc(rb_cNamespace); - rb_evict_ivars_to_hash(root_namespace); RCLASS_SET_PRIME_CLASSEXT_WRITABLE(root_namespace, true); RCLASS_SET_CONST_TBL(root_namespace, RCLASSEXT_CONST_TBL(RCLASS_EXT_PRIME(rb_cObject)), true); |
