summaryrefslogtreecommitdiff
path: root/vm_core.h
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 /vm_core.h
parent18d85af9698522d6ce356a070a9bd01906a8aaed (diff)
Revert "Mark asan fake stacks during machine stack marking"
This reverts commit d10bc3a2b8300cffc383e10c3730871e851be24c.
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm_core.h b/vm_core.h
index 9557004dbc..91cfae77e9 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -94,7 +94,6 @@ extern int ruby_assert_critical_section_entered;
#include "internal.h"
#include "internal/array.h"
#include "internal/basic_operators.h"
-#include "internal/sanitizers.h"
#include "internal/serial.h"
#include "internal/vm.h"
#include "method.h"
@@ -1156,10 +1155,6 @@ typedef struct rb_thread_struct {
void **specific_storage;
struct rb_ext_config ext_config;
-
-#ifdef RUBY_ASAN_ENABLED
- void *asan_fake_stack_handle;
-#endif
} rb_thread_t;
static inline unsigned int