[repacker] Remove unnecessary vector .fini() calls

This commit is contained in:
Behdad Esfahbod 2022-05-18 15:55:49 -06:00
parent 4cfc2d668e
commit ca77f16470
1 changed files with 0 additions and 2 deletions

View File

@ -296,7 +296,6 @@ struct graph_t
remap_all_obj_indices (id_map, &sorted_graph);
hb_swap (vertices_, sorted_graph);
sorted_graph.fini ();
}
/*
@ -356,7 +355,6 @@ struct graph_t
remap_all_obj_indices (id_map, &sorted_graph);
hb_swap (vertices_, sorted_graph);
sorted_graph.fini ();
}
/*