1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

thread.c: threadptr_pending_interrupt_active_p is static

It's not used elsewhere.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-01-09 22:59:58 +00:00
parent 6a87d5161f
commit 3e8b9f85ff

View file

@ -1743,7 +1743,7 @@ rb_threadptr_pending_interrupt_deque(rb_thread_t *th, enum handle_interrupt_timi
#endif
}
int
static int
threadptr_pending_interrupt_active_p(rb_thread_t *th)
{
/*