style(ui): remove useless TODO comment
This commit is contained in:
parent
905f67e668
commit
7b9e01c1db
|
@ -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")))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user