Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant code for handling NULL handles on Windows.
Before calling `CreateProcessW`, stdio handles are passed through `stdio::get_handle`, which already converts NULL to `INVALID_HANDLE_VALUE`, so we don't need extra checks for NULL after that point.
- Loading branch information