mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:07:46 +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
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ private:
|
||||||
ErrorOr<JsonValue> parse_false();
|
ErrorOr<JsonValue> parse_false();
|
||||||
ErrorOr<JsonValue> parse_true();
|
ErrorOr<JsonValue> parse_true();
|
||||||
ErrorOr<JsonValue> parse_null();
|
ErrorOr<JsonValue> parse_null();
|
||||||
|
|
||||||
String m_last_string_starting_with_character[256];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue