summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
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