commit c9fa57541bdf7c41b1bb914a9ce10a09013392a4 (tree)
parent 5c8f7f81cdd10d4cc4c30e46cf37006a2f74f829
Author: xackus <14938807+xackus@users.noreply.github.com>
Date: Fri, 6 Nov 2020 22:58:58 +0100
remove outdated comment
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/libc_installation.zig b/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,