mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Remove unused String[256] from JsonParser
This shrinks the JsonParser class from 2072 bytes to 24. :^)
This commit is contained in:
parent
cc874f2b82
commit
2362cc2943
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/2362cc2943 Pull-request: https://github.com/SerenityOS/serenity/pull/12989
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ private:
|
|||
ErrorOr<JsonValue> parse_false();
|
||||
ErrorOr<JsonValue> parse_true();
|
||||
ErrorOr<JsonValue> parse_null();
|
||||
|
||||
String m_last_string_starting_with_character[256];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue