mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Everywhere: Remove DeprecatedFlyString + any remaining references to it
This commit is contained in:
parent
aab3fbe254
commit
3131e6369f
Notes:
github-actions[bot]
2025-04-01 10:50:54 +00:00
Author: https://github.com/kennethmyhra
Commit: 3131e6369f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4153
23 changed files with 13 additions and 298 deletions
|
@ -86,7 +86,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
ByteString(DeprecatedFlyString const&);
|
||||
ByteString(FlyString const&);
|
||||
|
||||
static ErrorOr<ByteString> from_utf8(ReadonlyBytes);
|
||||
static ErrorOr<ByteString> from_utf8(StringView string) { return from_utf8(string.bytes()); }
|
||||
|
@ -228,8 +228,6 @@ public:
|
|||
|
||||
bool operator==(StringView) const;
|
||||
|
||||
bool operator==(DeprecatedFlyString const&) const;
|
||||
|
||||
bool operator<(ByteString const&) const;
|
||||
bool operator>=(ByteString const& other) const { return !(*this < other); }
|
||||
bool operator>=(char const* other) const { return !(*this < other); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue