Skip to content

Commit

Permalink
std.io: remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Oct 14, 2017
1 parent 531f334 commit 46352f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions std/io.zig
Expand Up @@ -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,
Expand Down

0 comments on commit 46352f6

Please sign in to comment.