From: Roland McGrath Date: Tue, 16 Jun 1992 23:43:37 +0000 (+0000) Subject: Formerly commands.c.~7~ X-Git-Tag: 3.70.2~710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=add4780bf73b8391741c97d302f460988c4a9152;p=thirdparty%2Fmake.git Formerly commands.c.~7~ --- diff --git a/commands.c b/commands.c index 30b7cf05..75d450c5 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.