diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-01-23 01:42:32 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-01-23 01:42:32 +0900 |
commit | c7e87b21188386b2e9b9f2c8cf3b6c31ffff46c3 (patch) | |
tree | 20abe77d92c3df7461c0b267fc03b164c394a426 /thread.c | |
parent | a7af34fa8b6f1f370f8fa6c66086fc5669a9d0a2 (diff) |
Fix up [Bug #20001]
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -639,8 +639,6 @@ void rb_ec_clear_current_thread_trace_func(const rb_execution_context_t *ec); static int thread_start_func_2(rb_thread_t *th, VALUE *stack_start) { - STACK_GROW_DIR_DETECTION; - RUBY_DEBUG_LOG("th:%u", rb_th_serial(th)); VM_ASSERT(th != th->vm->ractor.main_thread); |