[str_buff_vec_t] Remove unused fini method

This commit is contained in:
Behdad Esfahbod 2022-01-18 09:26:30 -07:00
parent de2cef42b4
commit 035f03346d
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ struct code_pair_t
typedef hb_vector_t<unsigned char> str_buff_t;
struct str_buff_vec_t : hb_vector_t<str_buff_t>
{
void fini () { SUPER::fini_deep (); }
unsigned int total_size () const
{
unsigned int size = 0;