ruby-changes:49634
From: normal <ko1@a...>
Date: Wed, 10 Jan 2018 08:00:06 +0900 (JST)
Subject: [ruby-changes:49634] normal:r61749 (trunk): thread.c: threadptr_pending_interrupt_active_p is static
normal 2018-01-10 07:59:58 +0900 (Wed, 10 Jan 2018) New Revision: 61749 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61749 Log: thread.c: threadptr_pending_interrupt_active_p is static It's not used elsewhere. Modified files: trunk/thread.c Index: thread.c =================================================================== --- thread.c (revision 61748) +++ thread.c (revision 61749) @@ -1743,7 +1743,7 @@ rb_threadptr_pending_interrupt_deque(rb_ https://github.com/ruby/ruby/blob/trunk/thread.c#L1743 #endif } -int +static int threadptr_pending_interrupt_active_p(rb_thread_t *th) { /* -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/