1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

AK: Remove DuplexMemoryStream

This commit is contained in:
Tim Schumacher 2023-01-13 13:59:24 +01:00 committed by Linus Groh
parent 5896f8cf2b
commit d7eead4f4c
3 changed files with 0 additions and 220 deletions

View file

@ -42,7 +42,6 @@ class Utf8CodePointIterator;
class Utf8View;
class InputStream;
class InputMemoryStream;
class DuplexMemoryStream;
class OutputStream;
class InputBitStream;
class OutputBitStream;
@ -160,7 +159,6 @@ using AK::CircularQueue;
using AK::DeprecatedFlyString;
using AK::DeprecatedString;
using AK::DoublyLinkedList;
using AK::DuplexMemoryStream;
using AK::Error;
using AK::ErrorOr;
using AK::FixedArray;