Skip to content

Commit 545cee0

Browse files
committed
There is no longer needs to evict ivars thanks to fields
See 8b5ac5a
1 parent 76c4663 commit 545cee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

namespace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ initialize_root_namespace(void)
827827
CONST_ID(id_namespace_entry, "__namespace_entry__");
828828

829829
root_namespace = rb_obj_alloc(rb_cNamespace);
830-
rb_evict_ivars_to_hash(root_namespace);
831830
RCLASS_SET_PRIME_CLASSEXT_WRITABLE(root_namespace, true);
832831
RCLASS_SET_CONST_TBL(root_namespace, RCLASSEXT_CONST_TBL(RCLASS_EXT_PRIME(rb_cObject)), true);
833832

0 commit comments

Comments
 (0)