summaryrefslogtreecommitdiff
path: root/AK/Forward.h
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2023-01-13 13:59:24 +0100
committerLinus Groh <mail@linusgroh.de>2023-01-20 20:48:40 +0000
commitd7eead4f4c8a9b22911343e218645ead75d0fb46 (patch)
tree177cfbcb9234fad8113dfbdc5b818c763735ecad /AK/Forward.h
parent5896f8cf2b230bbe094be7c4fe15606d2abd16dc (diff)
downloadserenity-d7eead4f4c8a9b22911343e218645ead75d0fb46.zip
AK: Remove `DuplexMemoryStream`
Diffstat (limited to 'AK/Forward.h')
-rw-r--r--AK/Forward.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/Forward.h b/AK/Forward.h
index 0476716000..81a2a09f18 100644
--- a/AK/Forward.h
+++ b/AK/Forward.h
@@ -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;