aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index ff9de86379..d8e4d11ee8 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -627,8 +627,6 @@ thread_start_func_1(void *th_ptr)
return 0;
}
-void rb_thread_create_control_thread(void);
-
struct cached_thread_entry {
volatile rb_thread_t **th_area;
pthread_cond_t *cond;