summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-19 05:15:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-19 05:15:51 +0000
commit5e7fa03bc0acf3c795d4dcc984ef62272e495736 (patch)
tree87f8453a8f432cdf100a1e205dc4e22741e15288 /thread.c
parentb72fc0953792a71f34b0eb3bb266feccf9c94974 (diff)
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
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");
-}
-
/*****************************************************/
/*