Remove unneeded statement

This commit is contained in:
sin 2014-11-13 14:29:49 +00:00
parent f9a7a7e59f
commit 9f6dd58538
1 changed files with 0 additions and 1 deletions

View File

@ -44,5 +44,4 @@ main(int argc, char *argv[])
savederrno = errno;
weprintf("execvp %s:", p);
_exit(savederrno == ENOENT ? 127 : 126);
return 1;
}