From 5e7fa03bc0acf3c795d4dcc984ef62272e495736 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Jul 2012 05:15:51 +0000 Subject: thread.c: remove deprecated * thread.c (rb_gc_mark_threads): remove deprecated function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'thread.c') 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"); -} - /*****************************************************/ /* -- cgit v1.2.3