From f5534ad5b48e62d262883cf2165789ced4d06b3a Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Jun 2010 18:30:35 +0000 Subject: * thread.c (Init_Thread): no need to suppress warning for ruby_thread_set_native anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 0b36f15bcb..c897edbed9 100644 --- a/thread.c +++ b/thread.c @@ -4253,7 +4253,6 @@ Init_Thread(void) rb_thread_create_timer_thread(); (void)native_mutex_trylock; - (void)ruby_thread_set_native; } int -- cgit v1.2.3