don't print ASS

This commit is contained in:
Anthony Minessale 2012-06-13 11:29:14 -05:00
parent f8be71ac6d
commit c608ca35d8
2 changed files with 0 additions and 5 deletions

View File

@ -102,7 +102,6 @@ static void handle_SIGCHLD(int sig)
pid = wait(&status);
if (pid > 0) {
printf("ASS %d\n", pid);
system_ready = -1;
}

View File

@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig)
pid = wait(&status);
if (pid > 0) {
printf("ASS %d\n", pid);
}
return;
}
#endif