summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands.c b/commands.c
index 30b7cf0..75d450c 100644
--- a/commands.c
+++ b/commands.c
@@ -426,8 +426,6 @@ fatal_error_signal (sig)
if (kill (getpid (), sig) < 0)
/* It shouldn't return, but if it does, die anyway. */
pfatal_with_name ("kill");
-
- return 0;
}
/* Delete all non-precious targets of CHILD unless they were already deleted.