summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 12:04:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 12:04:31 +0000
commitf214490d90b1e813114fcfde84555e15335e9794 (patch)
tree779c06c2c4022f4c9b7871de3ed5050f0abf652a /thread.c
parent78b10588bfbfa8288b57816237d7f0a836a84f44 (diff)
* thread.c (rb_gc_mark_threads): deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 49d4d28df0..6c783c9dc9 100644
--- a/thread.c
+++ b/thread.c
@@ -1326,7 +1326,7 @@ rb_threadptr_execute_interrupts(rb_thread_t *th)
void
rb_gc_mark_threads(void)
{
- /* TODO: remove */
+ rb_bug("deprecated function rb_gc_mark_threads is called");
}
/*****************************************************/