aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/thread.c b/thread.c
index e88585fd87..6cd95696ef 100644
--- a/thread.c
+++ b/thread.c
@@ -1430,12 +1430,6 @@ rb_thread_execute_interrupts(VALUE thval)
rb_threadptr_execute_interrupts_common(th);
}
-void
-rb_gc_mark_threads(void)
-{
- rb_bug("deprecated function rb_gc_mark_threads is called");
-}
-
/*****************************************************/
/*