From 5256f7752763249288662c6c5ffc5686d244a535 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 29 Oct 2017 13:51:37 +0000 Subject: remove rb_threadptr_during_gc(). * gc.c (rb_threadptr_during_gc): removed because nobody use it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gc.h') diff --git a/gc.h b/gc.h index b72ceda134..2c91e06620 100644 --- a/gc.h +++ b/gc.h @@ -91,7 +91,6 @@ const char *rb_raw_obj_info(char *buff, const int buff_size, VALUE obj); void rb_obj_info_dump(VALUE obj); struct rb_thread_struct; -int rb_threadptr_during_gc(struct rb_thread_struct *th); RUBY_SYMBOL_EXPORT_BEGIN -- cgit v1.2.3