diff options
author | Tim Schumacher <timschumi@gmx.de> | 2023-01-30 09:57:02 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-08 19:18:26 +0000 |
commit | e8d5e938de97937dca1a07acaba24333e493a87d (patch) | |
tree | ac93091ec7b78de1ef71f4d19e7eece5625e8cb8 /AK/DeprecatedString.h | |
parent | 63b11030f03e5a0fd06d9c8cfa788da0388096d8 (diff) | |
download | serenity-e8d5e938de97937dca1a07acaba24333e493a87d.zip |
AK: Remove the deprecated Stream implementation :^)
Diffstat (limited to 'AK/DeprecatedString.h')
-rw-r--r-- | AK/DeprecatedString.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/AK/DeprecatedString.h b/AK/DeprecatedString.h index 011dd45703..fd89efcb3a 100644 --- a/AK/DeprecatedString.h +++ b/AK/DeprecatedString.h @@ -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 |