mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
AK: Always inline FlyString::view()
This commit is contained in:
parent
d02e7b3811
commit
66f15c2e0c
Notes:
sideshowbarker
2024-07-18 16:51:28 +09:00
Author: https://github.com/awesomekling
Commit: 66f15c2e0c
3 changed files with 2 additions and 7 deletions
|
@ -115,11 +115,6 @@ FlyString FlyString::to_lowercase() const
|
|||
return String(*m_impl).to_lowercase();
|
||||
}
|
||||
|
||||
StringView FlyString::view() const
|
||||
{
|
||||
return { characters(), length() };
|
||||
}
|
||||
|
||||
bool FlyString::operator==(const String& other) const
|
||||
{
|
||||
if (m_impl == other.impl())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue