1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

AK: Remove the deprecated Stream implementation :^)

This commit is contained in:
Tim Schumacher 2023-01-30 09:57:02 +01:00 committed by Linus Groh
parent 63b11030f0
commit e8d5e938de
11 changed files with 1 additions and 708 deletions

View file

@ -338,8 +338,6 @@ struct CaseInsensitiveStringTraits : public Traits<DeprecatedString> {
DeprecatedString escape_html_entities(StringView html);
DeprecatedInputStream& operator>>(DeprecatedInputStream& stream, DeprecatedString& string);
}
#if USING_AK_GLOBALLY