aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 7c775d8019..97df64f729 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -631,7 +631,6 @@ typedef struct rb_thread_struct {
enum rb_thread_status status;
int to_kill;
int priority;
- int mark_stack_len;
native_thread_data_t native_thread_data;
void *blocking_region_buffer;