diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-10-06 11:35:13 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-10-07 14:19:26 +0900 |
| commit | 0f059792997dc9cb3007064d1e21eebe5872edc0 (patch) | |
| tree | 428142fbea62bd2d37280d743181f950aa06a680 | |
| parent | 4cdf5f493362df1261ecc87f9644f2b0c2f2a409 (diff) | |
ns_id of main is already initialized in Namespace.new
| -rw-r--r-- | namespace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/namespace.c b/namespace.c index b48914ac0a..0c437be771 100644 --- a/namespace.c +++ b/namespace.c @@ -755,7 +755,6 @@ rb_initialize_main_namespace(void) VM_ASSERT(NAMESPACE_OBJ_P(main_ns)); ns = rb_get_namespace_t(main_ns); ns->ns_object = main_ns; - ns->ns_id = namespace_generate_id(); ns->is_user = true; ns->is_optional = false; |
