-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh_exec(), sh_ntfork(): rm leftover pre-fork(2) code (re: 7b0e077)
I had missed something while removing the legacy code for ancient systems without fork(2). The SH_NTFORK bit flag was only ever passed to sh_exec() from the version of sh_ntfork() that was compiled on systems without fork(2). With that call removed, this flag is now completely unused. This commit removes the flag and the code that is never executed since that flag is never passed.
- Loading branch information
Showing
1 changed file
with
11 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters