summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-18 05:47:48 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-18 05:47:48 +0000
commiteff4b2b2e11ec9f4ce0448af0308e29796a112b7 (patch)
treedf477b37e68f5e33c386369ce5cacffe8afba737 /thread.c
parent28144433b2f951279552b39bc358769a5267e26a (diff)
* thread.c: fix last commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 0 insertions, 3 deletions
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)
{