summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ractor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ractor.c b/ractor.c
index c439f25e85..43a7f6c140 100644
--- a/ractor.c
+++ b/ractor.c
@@ -514,7 +514,6 @@ ractor_create(rb_execution_context_t *ec, VALUE self, VALUE loc, VALUE name, VAL
rb_ractor_t *r = RACTOR_PTR(rv);
ractor_init(r, name, loc);
- // can block here
r->pub.id = ractor_next_id();
RUBY_DEBUG_LOG("r:%u", r->pub.id);