xargs: Remove an unclear comment that only tried to repeat what the code did

Reported by:	bde
This commit is contained in:
Jilles Tjoelker 2012-02-26 23:06:30 +00:00
parent bfd258f74e
commit 6e795141b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232201

View File

@ -604,10 +604,6 @@ waitchildren(const char *name, int waitall)
errno = childerr;
err(errno == ENOENT ? 127 : 126, "%s", name);
}
/*
* If utility signaled or exited with a value of 255,
* exit 1-125.
*/
if (WIFSIGNALED(status))
errx(1, "%s: terminated with signal %d; aborting",
name, WTERMSIG(status));