aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/thread_win32.c b/thread_win32.c
index d9a9bd1fd6..5d0c493276 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -113,13 +113,6 @@ gvl_yield(rb_vm_t *vm, rb_thread_t *th)
gvl_acquire(vm, th);
}
-
-static void
-gvl_atfork(rb_vm_t *vm)
-{
- rb_bug("gvl_atfork() is called on win32");
-}
-
static void
gvl_init(rb_vm_t *vm)
{