From c9fa57541bdf7c41b1bb914a9ce10a09013392a4 Mon Sep 17 00:00:00 2001 From: xackus <14938807+xackus@users.noreply.github.com> Date: Fri, 6 Nov 2020 22:58:58 +0100 Subject: [PATCH] remove outdated comment --- src/libc_installation.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libc_installation.zig b/src/libc_installation.zig index b016589f4d43be9633cef309628165634c462a2a..7dd99273f11a4a7275195c62cbd8f3df2c60fa4b 100644 --- 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, -- 2.54.0