From b1ae6e473e1c1865a1dcd5e4e5d242345c20cc77 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 5 Jun 2012 10:59:51 +0000 Subject: * process.c (strtok): declaration removed because it is not used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35921 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 98c984ba84..cceb67f49a 100644 --- a/process.c +++ b/process.c @@ -982,10 +982,6 @@ proc_detach(VALUE obj, VALUE pid) return rb_detach_process(NUM2PIDT(pid)); } -#ifndef HAVE_STRING_H -char *strtok(); -#endif - static int forked_child = 0; #ifdef SIGPIPE -- cgit v1.2.3