summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-01-23 01:42:32 +0900
committerNobuyoshi Nakada <[email protected]>2024-01-23 01:42:32 +0900
commitc7e87b21188386b2e9b9f2c8cf3b6c31ffff46c3 (patch)
tree20abe77d92c3df7461c0b267fc03b164c394a426 /thread.c
parenta7af34fa8b6f1f370f8fa6c66086fc5669a9d0a2 (diff)
Fix up [Bug #20001]
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index 27a6ffb955..9314cd5499 100644
--- a/thread.c
+++ b/thread.c
@@ -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);