Commit c9fa57541b

xackus <14938807+xackus@users.noreply.github.com>
2020-11-06 22:58:58
remove outdated comment
1 parent 5c8f7f8
Changed files (1)
src/libc_installation.zig
@@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation);
 
 usingnamespace @import("windows_sdk.zig");
 
-// TODO https://github.com/ziglang/zig/issues/6345
-
 /// See the render function implementation for documentation of the fields.
 pub const LibCInstallation = struct {
     include_dir: ?[]const u8 = null,