From f1da93af3cc9a70871d28a00dcdbbb4254e42e3a Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Sat, 9 Jul 2022 20:05:41 +0900 Subject: [PATCH] Remove outdated TODO comment (#12053) --- lib/std/start.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/std/start.zig b/lib/std/start.zig index 516d6363d7..cf07986387 100644 --- a/lib/std/start.zig +++ b/lib/std/start.zig @@ -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);