summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-07 18:30:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-07 18:30:35 +0000
commitf5534ad5b48e62d262883cf2165789ced4d06b3a (patch)
tree1e18399566f1a194fd4c76c855bdeb8ce63a59f8 /thread.c
parent88eb029a2c88f60fe88b9c629fb492f55aeeade1 (diff)
* 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
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 0 insertions, 1 deletions
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