formatters/JSON: Remove surrounding_braces

This seems to have become unused 4 years ago with 9b76e8faf4,
remove it.
This commit is contained in:
Arne Welzel 2023-06-16 11:54:35 +02:00
parent 6efc696179
commit 7c3b5553d8
2 changed files with 1 additions and 3 deletions

View file

@ -58,7 +58,6 @@ private:
const std::string& name = "") const;
TimeFormat timestamps;
bool surrounding_braces;
bool include_unset_fields;
};