mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
Revert "AK: Always inline FlyString::view()"
This reverts commit 66f15c2e0c
.
This commit is contained in:
parent
0bf597e99d
commit
f09216ac42
3 changed files with 7 additions and 2 deletions
|
@ -43,7 +43,6 @@ public:
|
|||
const char* characters() const { return &m_inline_buffer[0]; }
|
||||
|
||||
ALWAYS_INLINE ReadonlyBytes bytes() const { return { characters(), length() }; }
|
||||
ALWAYS_INLINE StringView view() const { return { characters(), length() }; }
|
||||
|
||||
const char& operator[](size_t i) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue