style(ui): remove useless TODO comment

This commit is contained in:
Federico Terzi 2021-04-30 17:07:37 +02:00
parent 905f67e668
commit 7b9e01c1db

View File

@ -9419,7 +9419,7 @@ class binary_reader
{ {
if (get_char) if (get_char)
{ {
get(); // TODO(niels): may we ignore N here? get();
} }
if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::ubjson, "value"))) if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::ubjson, "value")))