* 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
This commit is contained in:
akr 2012-06-05 10:59:51 +00:00
parent e3d685907c
commit b1ae6e473e
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 5 19:59:13 2012 Tanaka Akira <akr@fsij.org>
* process.c (strtok): declaration removed because it is not used.
Tue Jun 5 19:33:51 2012 Tanaka Akira <akr@fsij.org>
* process.c (proc_spawn): don't detect simple command line here

View File

@ -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