mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
AK: Remove CircularDuplexStream
This commit is contained in:
parent
f15aa539be
commit
7526f9a8b7
5 changed files with 0 additions and 195 deletions
|
@ -14,8 +14,6 @@ namespace AK {
|
|||
|
||||
template<typename T, size_t Capacity>
|
||||
class CircularQueue {
|
||||
friend CircularDuplexStream<Capacity>;
|
||||
|
||||
public:
|
||||
CircularQueue() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue