mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
AK: Remove unused JSON string APIs
This commit is contained in:
parent
a8bc0aed4a
commit
ee70f1327a
Notes:
github-actions[bot]
2025-02-21 00:29:40 +00:00
Author: https://github.com/trflynn89
Commit: ee70f1327a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3631
Reviewed-by: https://github.com/awesomekling ✅
2 changed files with 0 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue