mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
AK: Remove errant did_destroy_fly_string_data declaration
This declaration is in the AK namespace. The real declaration is in StringData.h, in the AK::Detail namespace. as is its implementation in FlyString.cpp. So the declaration removed here was actually unused. (This was confusing while implementing a UTF-16 flyweight string.)
This commit is contained in:
parent
5720d626ce
commit
d38b2194ea
|
|
@ -101,8 +101,6 @@ private:
|
||||||
constexpr bool is_invalid() const { return m_data.raw(Badge<FlyString> {}) == 0; }
|
constexpr bool is_invalid() const { return m_data.raw(Badge<FlyString> {}) == 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
void did_destroy_fly_string_data(Badge<Detail::StringData>, Detail::StringData const&);
|
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
class Optional<FlyString> : public OptionalBase<FlyString> {
|
class Optional<FlyString> : public OptionalBase<FlyString> {
|
||||||
template<typename U>
|
template<typename U>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user