From 3e8b9f85ff8f440b20c11db49bd13d8a71618881 Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 9 Jan 2018 22:59:58 +0000 Subject: [PATCH] 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 --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index 3064c68e4f..8554f5c1a8 100644 --- a/thread.c +++ b/thread.c @@ -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) { /*