mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Io.Threaded: delete dead comment
The problem it talked about is solved now that the direct call to dirOpenDirWindows makes sense in this context.
This commit is contained in:
parent
0317e95aad
commit
f072313e1e
1 changed files with 0 additions and 5 deletions
|
|
@ -13772,11 +13772,6 @@ fn windowsCreateProcessPathExt(
|
|||
// we iterate the matches and take note of any that are either the unappended version,
|
||||
// or a version with a supported PATHEXT appended. We then try calling CreateProcessW
|
||||
// with the found versions in the appropriate order.
|
||||
|
||||
// In the future, child process execution needs to move to Io implementation.
|
||||
// Under those conditions, here we will have access to lower level directory
|
||||
// opening function knowing which implementation we are in. Here, we imitate
|
||||
// that scenario.
|
||||
var dir = dir: {
|
||||
// needs to be null-terminated
|
||||
try dir_buf.append(arena, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue