aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index f6b575a..5562a90 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1622,8 +1622,6 @@ handlesig(int signo)
if (signo == SIGCHLD) {
while (waitpid(-1, NULL, WNOHANG) > 0) {
pid_t *p, *lim;
- if (in.si_pid == child_pid)
- child_pid = -1;
if (!(p = autostart_pids))
continue;
lim = &p[autostart_len];