summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 3167efc050..e693fba299 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -28,8 +28,6 @@ typedef struct rb_thread_cond_struct {
typedef struct native_thread_data_struct {
void *signal_thread_list;
rb_thread_cond_t sleep_cond;
- rb_thread_cond_t gvl_cond;
- struct rb_thread_struct *gvl_next;
} native_thread_data_t;
#include <semaphore.h>