Skip to content

Commit

Permalink
Remove outdated TODO comment (#12053)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna authored and andrewrk committed Jul 19, 2022
1 parent 106dd24 commit b449d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/std/start.zig
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ fn wWinMainCRTStartup() callconv(std.os.windows.WINAPI) noreturn {
std.os.windows.kernel32.ExitProcess(@bitCast(std.os.windows.UINT, result));
}

// TODO https://github.com/ziglang/zig/issues/265
fn posixCallMainAndExit() noreturn {
@setAlignStack(16);

Expand Down

0 comments on commit b449d18

Please sign in to comment.