Commit b0ad1c86da

Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-06-04 19:51:17
std.io: remove `FindByteOutStream` and `findByteOutStream` (deprecated in 0.9)
Followup to 902df103c6151c257c90de9ba5f29f7f4b9dbea2. Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
1 parent e92dab1
Changed files (1)
lib
std
lib/std/io.zig
@@ -148,9 +148,6 @@ pub const changeDetectionStream = @import("io/change_detection_stream.zig").chan
 pub const FindByteWriter = @import("io/find_byte_writer.zig").FindByteWriter;
 pub const findByteWriter = @import("io/find_byte_writer.zig").findByteWriter;
 
-pub const FindByteOutStream = @compileError("deprecated; use `FindByteWriter`");
-pub const findByteOutStream = @compileError("deprecated; use `findByteWriter`");
-
 pub const BufferedAtomicFile = @import("io/buffered_atomic_file.zig").BufferedAtomicFile;
 
 pub const StreamSource = @import("io/stream_source.zig").StreamSource;