From f4cb93adca71ac2a9b813003e8bfa2e5680ec51e Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 16 Nov 2017 08:48:59 +0000 Subject: make funcs static. * thread.c (rb_threadptr_trap_interrupt): make it static and remove `rb_` prefix. * thread.c (rb_threadptr_pending_interrupt_active_p): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index d08880fe4a..6c933afdcc 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1684,7 +1684,6 @@ void rb_threadptr_interrupt(rb_thread_t *th); void rb_threadptr_unlock_all_locking_mutexes(rb_thread_t *th); void rb_threadptr_pending_interrupt_clear(rb_thread_t *th); void rb_threadptr_pending_interrupt_enque(rb_thread_t *th, VALUE v); -int rb_threadptr_pending_interrupt_active_p(rb_thread_t *th); void rb_ec_error_print(rb_execution_context_t * volatile ec, volatile VALUE errinfo); void rb_execution_context_mark(const rb_execution_context_t *ec); void rb_fiber_close(rb_fiber_t *fib); -- cgit v1.2.3