[str_buff_vec_t] Remove unused fini method
This commit is contained in:
parent
de2cef42b4
commit
035f03346d
|
@ -68,8 +68,6 @@ struct code_pair_t
|
||||||
typedef hb_vector_t<unsigned char> str_buff_t;
|
typedef hb_vector_t<unsigned char> str_buff_t;
|
||||||
struct str_buff_vec_t : hb_vector_t<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 total_size () const
|
||||||
{
|
{
|
||||||
unsigned int size = 0;
|
unsigned int size = 0;
|
||||||
|
|
Loading…
Reference in New Issue