mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:07:35 +00:00
AK: Remove CircularDuplexStream
This commit is contained in:
parent
f15aa539be
commit
7526f9a8b7
5 changed files with 0 additions and 195 deletions
|
@ -48,9 +48,6 @@ class InputBitStream;
|
|||
class OutputBitStream;
|
||||
class OutputMemoryStream;
|
||||
|
||||
template<size_t Capacity>
|
||||
class CircularDuplexStream;
|
||||
|
||||
template<typename T>
|
||||
class Span;
|
||||
|
||||
|
@ -159,7 +156,6 @@ using AK::Bitmap;
|
|||
using AK::ByteBuffer;
|
||||
using AK::Bytes;
|
||||
using AK::CircularBuffer;
|
||||
using AK::CircularDuplexStream;
|
||||
using AK::CircularQueue;
|
||||
using AK::DeprecatedFlyString;
|
||||
using AK::DeprecatedString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue