[serializer] Remove TODO that's not gonna happen

This commit is contained in:
Behdad Esfahbod 2022-06-10 07:31:47 -06:00
parent 10a8cc28fc
commit b3f689e7e5
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ struct hb_serialize_context_t
check_assign (off, offset, HB_SERIALIZE_ERROR_OFFSET_OVERFLOW);
}
public: /* TODO Make private. */
public:
char *start, *head, *tail, *end;
unsigned int debug_depth;
hb_serialize_error_t errors;