1
0
Fork 0

removed sleep

This commit is contained in:
Jan Steemann 2014-10-14 11:03:42 +02:00
parent 47bd3f060b
commit 47fece8a22
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ static void StartExternalProcess (TRI_external_t* external, bool usePipes) {
// child process
if (processPid == 0) {
usleep(5000 * 1000); // TODO: just for testing, remove me
// set stdin and stdout of child process
if (usePipes) {
dup2(pipe_server_to_child[0], 0);