[serializer] Remove TODO that's not gonna happen
This commit is contained in:
parent
10a8cc28fc
commit
b3f689e7e5
|
@ -695,7 +695,7 @@ struct hb_serialize_context_t
|
||||||
check_assign (off, offset, HB_SERIALIZE_ERROR_OFFSET_OVERFLOW);
|
check_assign (off, offset, HB_SERIALIZE_ERROR_OFFSET_OVERFLOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
public: /* TODO Make private. */
|
public:
|
||||||
char *start, *head, *tail, *end;
|
char *start, *head, *tail, *end;
|
||||||
unsigned int debug_depth;
|
unsigned int debug_depth;
|
||||||
hb_serialize_error_t errors;
|
hb_serialize_error_t errors;
|
||||||
|
|
Loading…
Reference in New Issue