Formerly commands.c.~7~

This commit is contained in:
Roland McGrath 1992-06-16 23:43:37 +00:00
parent df884f9d9a
commit add4780bf7

View file

@ -426,8 +426,6 @@ fatal_error_signal (sig)
if (kill (getpid (), sig) < 0) if (kill (getpid (), sig) < 0)
/* It shouldn't return, but if it does, die anyway. */ /* It shouldn't return, but if it does, die anyway. */
pfatal_with_name ("kill"); pfatal_with_name ("kill");
return 0;
} }
/* Delete all non-precious targets of CHILD unless they were already deleted. /* Delete all non-precious targets of CHILD unless they were already deleted.