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

AK: Remove CircularDuplexStream

This commit is contained in:
Tim Schumacher 2023-01-14 11:18:45 +01:00 committed by Tim Flynn
parent f15aa539be
commit 7526f9a8b7
5 changed files with 0 additions and 195 deletions

View file

@ -14,8 +14,6 @@ namespace AK {
template<typename T, size_t Capacity>
class CircularQueue {
friend CircularDuplexStream<Capacity>;
public:
CircularQueue() = default;