summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 22:59:58 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 22:59:58 +0000
commit3e8b9f85ff8f440b20c11db49bd13d8a71618881 (patch)
tree1646cc7ec637810d7aab6db7e95a37036cea98e7 /thread.c
parent6a87d5161f136a9e008c034dfe0684cf3455581c (diff)
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
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
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)
{
/*