From 035f03346ddc673a3617822e45103d67a11cd62c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 18 Jan 2022 09:26:30 -0700 Subject: [PATCH] [str_buff_vec_t] Remove unused fini method --- src/hb-ot-cff-common.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-cff-common.hh b/src/hb-ot-cff-common.hh index 180c87cb8..c102c1517 100644 --- a/src/hb-ot-cff-common.hh +++ b/src/hb-ot-cff-common.hh @@ -68,8 +68,6 @@ struct code_pair_t typedef hb_vector_t str_buff_t; struct str_buff_vec_t : hb_vector_t { - void fini () { SUPER::fini_deep (); } - unsigned int total_size () const { unsigned int size = 0;