summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/thread.c b/thread.c
index 27a6ffb955..e7a9d7cd9b 100644
--- a/thread.c
+++ b/thread.c
@@ -525,9 +525,6 @@ void
ruby_thread_init_stack(rb_thread_t *th, void *local_in_parent_frame)
{
native_thread_init_stack(th, local_in_parent_frame);
-#ifdef RUBY_ASAN_ENABLED
- th->asan_fake_stack_handle = asan_get_thread_fake_stack_handle();
-#endif
}
const VALUE *