aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-sandbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index be96d516..f969e42f 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -785,8 +785,6 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
break;
}
- if ( r == 0 ) continue; /* No progress this time. Try again */
-
if ( FD_ISSET(signal_pipe[0], &fds) ) {
char d;