mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
AK: Remove DuplexMemoryStream
This commit is contained in:
parent
5896f8cf2b
commit
d7eead4f4c
3 changed files with 0 additions and 220 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue