remove outdated comment

This commit is contained in:
xackus 2020-11-06 22:58:58 +01:00
parent 5c8f7f81cd
commit c9fa57541b

View File

@ -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,