diff --git a/src/hb-machinery-private.hh b/src/hb-machinery-private.hh index 653d7c6f2..ff56b1dc9 100644 --- a/src/hb-machinery-private.hh +++ b/src/hb-machinery-private.hh @@ -467,12 +467,6 @@ struct hb_serialize_context_t return reinterpret_cast (&obj); } - inline void truncate (void *new_head) - { - assert (this->start < new_head && new_head <= this->head); - this->head = (char *) new_head; - } - unsigned int debug_depth; char *start, *end, *head; bool ran_out_of_room;