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 30b7cf0..75d450c 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.