AK: Remove unused JSON string APIs

This commit is contained in:
Timothy Flynn 2025-02-17 11:31:21 -05:00 committed by Tim Flynn
commit ee70f1327a
Notes: github-actions[bot] 2025-02-21 00:29:40 +00:00
2 changed files with 0 additions and 16 deletions

View file

@ -78,8 +78,6 @@ public:
template<typename Builder>
void serialize(Builder&) const;
[[nodiscard]] ByteString to_byte_string() const { return serialized<StringBuilder>(); }
template<typename Callback>
void for_each(Callback callback)
{