summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 2dd377d348..2dfbf0661e 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -730,7 +730,7 @@ rb_thread_create_timer_thread(void)
}
static int
-native_stop_timer_thread(int close_anyway)
+native_stop_timer_thread(void)
{
int stopped = --system_working <= 0;
if (stopped) {
@@ -788,12 +788,6 @@ rb_reserved_fd_p(int fd)
return 0;
}
-int
-rb_divert_reserved_fd(int fd)
-{
- return 0;
-}
-
rb_nativethread_id_t
rb_nativethread_self(void)
{