authorgravatar for 14938807+xackus@users.noreply.github.comxackus <14938807+xackus@users.noreply.github.com> 2020-11-06 22:58:58+01:00
committergravatar for 14938807+xackus@users.noreply.github.comxackus <14938807+xackus@users.noreply.github.com> 2020-11-06 22:58:58+01:00
logc9fa57541bdf7c41b1bb914a9ce10a09013392a4
treedc6fbe33efaeb4d56d08f4b7594684a18cb4395a
parent5c8f7f81cdd10d4cc4c30e46cf37006a2f74f829

remove outdated comment


1 files changed, 0 insertions(+), 2 deletions(-)

src/libc_installation.zig-2
......@@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation);
1414
1515usingnamespace @import("windows_sdk.zig");
1616
17// TODO https://github.com/ziglang/zig/issues/6345
18
1917/// See the render function implementation for documentation of the fields.
2018pub const LibCInstallation = struct {
2119 include_dir: ?[]const u8 = null,