mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
AK: Remove StringBuilder::appendf()
All users have been converted to using AK::Format via appendff().
This commit is contained in:
parent
730ed465fe
commit
834b6508d7
2 changed files with 0 additions and 10 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
void append(char);
|
||||
void append_code_point(u32);
|
||||
void append(const char*, size_t);
|
||||
void appendf(const char*, ...) __attribute__((format(printf, 2, 3)));
|
||||
void appendvf(const char*, va_list);
|
||||
|
||||
void append_escaped_for_json(const StringView&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue