1
0
mirror of https://github.com/mirror/make.git synced 2025-04-09 02:50:46 +08:00

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)
/* 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.