From 772a2811923e1634ff7c157abdc9b41740659af6 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 16 Jun 2011 19:52:54 +0000 Subject: * thread_pthread.c, thread_pthread.h: remove unused variables. (native_thread_data_t::gvl_cond, native_thread_data_t::gvl_next) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_pthread.h') 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 -- cgit v1.2.3