authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-03 17:09:56-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-04 00:27:09-08:00
logf072313e1e8881dcd3b360b03e30397d705c1d00
treede4e298dd8c1f5f2e81ec2a1b78a1de14826e533
parent0317e95aade4f5651e8f556ca19d1598030715da

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.

1 files changed, 0 insertions(+), 5 deletions(-)

lib/std/Io/Threaded.zig-5
...@@ -13772,11 +13772,6 @@ fn windowsCreateProcessPathExt(...@@ -13772,11 +13772,6 @@ fn windowsCreateProcessPathExt(
13772 // we iterate the matches and take note of any that are either the unappended version,13772 // we iterate the matches and take note of any that are either the unappended version,
13773 // or a version with a supported PATHEXT appended. We then try calling CreateProcessW13773 // or a version with a supported PATHEXT appended. We then try calling CreateProcessW
13774 // with the found versions in the appropriate order.13774 // with the found versions in the appropriate order.
13775
13776 // In the future, child process execution needs to move to Io implementation.
13777 // Under those conditions, here we will have access to lower level directory
13778 // opening function knowing which implementation we are in. Here, we imitate
13779 // that scenario.
13780 var dir = dir: {13775 var dir = dir: {
13781 // needs to be null-terminated13776 // needs to be null-terminated
13782 try dir_buf.append(arena, 0);13777 try dir_buf.append(arena, 0);