| ... | @@ -70,11 +70,6 @@ error Unseekable; | ... | @@ -70,11 +70,6 @@ error Unseekable; |
| 70 | error EndOfFile; | 70 | error EndOfFile; |
| 71 | error NoStdHandles; | 71 | error NoStdHandles; |
| 72 | | 72 | |
| 73 | pub const OpenRead = 0b0001; | | |
| 74 | pub const OpenWrite = 0b0010; | | |
| 75 | pub const OpenCreate = 0b0100; | | |
| 76 | pub const OpenTruncate = 0b1000; | | |
| 77 | | | |
| 78 | pub const OutStream = struct { | 73 | pub const OutStream = struct { |
| 79 | fd: if (is_posix) i32 else void, | 74 | fd: if (is_posix) i32 else void, |
| 80 | handle_id: if (is_windows) system.DWORD else void, | 75 | handle_id: if (is_windows) system.DWORD else void, |