From ecaf7975cdca4cca1d93c822091747dbd3900101 Mon Sep 17 00:00:00 2001 From: kosaki Date: Sun, 5 Jun 2011 14:35:09 +0000 Subject: * eval.c: remove rb_thread_stop_timer_thread function declaration. Instead, include vm_core.h. * process.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index e89d82413a..d2592f55be 100644 --- a/process.c +++ b/process.c @@ -978,10 +978,6 @@ proc_detach(VALUE obj, VALUE pid) char *strtok(); #endif -void rb_thread_stop_timer_thread(void); -void rb_thread_start_timer_thread(void); -void rb_thread_reset_timer_thread(void); - static int forked_child = 0; #ifdef SIGPIPE -- cgit v1.2.3