summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 3f6db3ed03..8e8c1eb43d 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -30,10 +30,6 @@ struct rb_native_thread {
rb_nativethread_id_t thread_id;
-#ifdef NON_SCALAR_THREAD_ID
- rb_thread_id_string_t thread_id_string;
-#endif
-
#ifdef RB_THREAD_T_HAS_NATIVE_ID
int tid;
#endif