mirror of
https://github.com/nlohmann/json.git
synced 2026-03-13 12:41:25 +00:00
tidy up
This commit is contained in:
@@ -1832,7 +1832,6 @@ JSON JSON::Parser::parse()
|
||||
// process nonempty array
|
||||
if (_current != ']')
|
||||
{
|
||||
size_t element_count = 0;
|
||||
do
|
||||
{
|
||||
result.push_back(parse());
|
||||
|
||||
Reference in New Issue
Block a user