From eff4b2b2e11ec9f4ce0448af0308e29796a112b7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 18 Jul 2012 05:47:48 +0000 Subject: [PATCH] * thread.c: fix last commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ thread.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d2986014d..b8d9b9a317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 18 14:47:23 2012 Koichi Sasada + + * thread.c: fix last commit miss. + Wed Jul 18 14:16:51 2012 Koichi Sasada * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. diff --git a/thread.c b/thread.c index 634c943cc7..11d2f36202 100644 --- a/thread.c +++ b/thread.c @@ -1426,9 +1426,6 @@ rb_threadptr_async_errinfo_active_p(rb_thread_t *th) } } -VALUE -rb_thread - static void rb_threadptr_ready(rb_thread_t *th) {