summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorKJ Tsanaktsidis <[email protected]>2024-01-12 17:32:16 +1100
committerKJ Tsanaktsidis <[email protected]>2024-01-12 17:58:54 +1100
commit688a6ff51053ddebaf4c34dbf74ac0e5f026157b (patch)
tree58df023f39b638d1ea7778670e628e5996d96dbd /thread.c
parent18d85af9698522d6ce356a070a9bd01906a8aaed (diff)
Revert "Mark asan fake stacks during machine stack marking"
This reverts commit d10bc3a2b8300cffc383e10c3730871e851be24c.
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 *