diff --git a/AK/FlyString.h b/AK/FlyString.h index c9e07cc5d6a..ef0c2575145 100644 --- a/AK/FlyString.h +++ b/AK/FlyString.h @@ -101,8 +101,6 @@ private: constexpr bool is_invalid() const { return m_data.raw(Badge {}) == 0; } }; -void did_destroy_fly_string_data(Badge, Detail::StringData const&); - template<> class Optional : public OptionalBase { template