authorgravatar for zach@raineri.softwareZachary Raineri <zach@raineri.software> 2023-07-28 16:16:24-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-28 19:02:48-07:00
log423c1221f9c020a1047fc14ce8e9003d7e009914
treefd75f169817ee01f37c8b80e2e9435b3e7579ada
parent6604952ec3bac8645eb30db515df512f11602f20

std.target | Remove comment referencing closed proposal

Removes a comment referencing #425 which has been closed

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

lib/std/target.zig-3
...@@ -3,9 +3,6 @@ const builtin = @import("builtin");...@@ -3,9 +3,6 @@ const builtin = @import("builtin");
3const mem = std.mem;3const mem = std.mem;
4const Version = std.SemanticVersion;4const Version = std.SemanticVersion;
55
6/// TODO Nearly all the functions in this namespace would be
7/// better off if https://github.com/ziglang/zig/issues/425
8/// was solved.
9pub const Target = struct {6pub const Target = struct {
10 cpu: Cpu,7 cpu: Cpu,
11 os: Os,8 os: Os,