commit 779c2daa196c0cc8ac6d59441eb47228c1d65aa5 (tree)
parent 0a064eae9996ab8be0337bd6f286ce10c5bc8c0f
Author: Evin Yulo <yujiri@disroot.org>
Date: Tue, 27 Sep 2022 22:04:58 +0000
Remove outdated comment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/std/fs/file.zig b/lib/std/fs/file.zig
@@ -230,7 +230,6 @@ pub const File = struct {
}
if (self.isTty()) {
if (self.handle == os.STDOUT_FILENO or self.handle == os.STDERR_FILENO) {
- // Use getenvC to workaround https://github.com/ziglang/zig/issues/3511
if (os.getenvZ("TERM")) |term| {
if (std.mem.eql(u8, term, "dumb"))
return false;