summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c
index 0d487bd..016e5f1 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -78,7 +78,6 @@ static void on_sigusr1(int signo UNUSED) {
}
static void on_sigchld(int signo UNUSED) {
- while (waitpid(-1, NULL, WNOHANG) > 0) {}
}
static void init_signals(void) {