mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std.io: remove unused constants
This commit is contained in:
parent
531f3344dc
commit
46352f6bfe
@ -70,11 +70,6 @@ error Unseekable;
|
||||
error EndOfFile;
|
||||
error NoStdHandles;
|
||||
|
||||
pub const OpenRead = 0b0001;
|
||||
pub const OpenWrite = 0b0010;
|
||||
pub const OpenCreate = 0b0100;
|
||||
pub const OpenTruncate = 0b1000;
|
||||
|
||||
pub const OutStream = struct {
|
||||
fd: if (is_posix) i32 else void,
|
||||
handle_id: if (is_windows) system.DWORD else void,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user