]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly commands.c.~7~
authorRoland McGrath <roland@redhat.com>
Tue, 16 Jun 1992 23:43:37 +0000 (23:43 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 16 Jun 1992 23:43:37 +0000 (23:43 +0000)
commands.c

index 30b7cf05e752ff5f97361bd07957fda5f21f8b8a..75d450c50ed10a0639fbe7c6aa7279c256afc591 100644 (file)
@@ -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;
 }
 \f
 /* Delete all non-precious targets of CHILD unless they were already deleted.