mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
Formerly commands.c.~7~
This commit is contained in:
parent
df884f9d9a
commit
add4780bf7
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue