summaryrefslogtreecommitdiff
path: root/gc.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 /gc.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 'gc.c')
-rw-r--r--gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 1eaa3d066b..47eb3a668e 100644
--- a/gc.c
+++ b/gc.c
@@ -2347,7 +2347,6 @@ gc_marks(rb_objspace_t *objspace)
mark_current_machine_context(objspace, th);
- rb_gc_mark_threads();
rb_gc_mark_symbols();
rb_gc_mark_encodings();