summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/wait.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc/wait.c b/proc/wait.c
index ff7e0918..72a5c29a 100644
--- a/proc/wait.c
+++ b/proc/wait.c
@@ -54,7 +54,6 @@ void
alert_parent (struct proc *p)
{
struct zombie *z;
- error_t err;
send_signal (p->p_parent->p_msgport, SIGCHLD, p->p_parent->p_task);