mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
AK: Remove InputBitStream
and OutputBitStream
This commit is contained in:
parent
b1bfeb391e
commit
49b30d3013
3 changed files with 0 additions and 250 deletions
|
@ -43,8 +43,6 @@ class Utf8View;
|
|||
class InputStream;
|
||||
class InputMemoryStream;
|
||||
class OutputStream;
|
||||
class InputBitStream;
|
||||
class OutputBitStream;
|
||||
class OutputMemoryStream;
|
||||
|
||||
template<typename T>
|
||||
|
@ -167,7 +165,6 @@ using AK::Function;
|
|||
using AK::GenericLexer;
|
||||
using AK::HashMap;
|
||||
using AK::HashTable;
|
||||
using AK::InputBitStream;
|
||||
using AK::InputMemoryStream;
|
||||
using AK::InputStream;
|
||||
using AK::IPv4Address;
|
||||
|
@ -179,7 +176,6 @@ using AK::NonnullOwnPtrVector;
|
|||
using AK::NonnullRefPtr;
|
||||
using AK::NonnullRefPtrVector;
|
||||
using AK::Optional;
|
||||
using AK::OutputBitStream;
|
||||
using AK::OutputMemoryStream;
|
||||
using AK::OutputStream;
|
||||
using AK::OwnPtr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue