[repacker] Remove unnecessary vector .fini() calls

pull/3594/head
Behdad Esfahbod 3 years ago
parent 4cfc2d668e
commit ca77f16470
  1. 2
      src/hb-repacker.hh

@ -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 ();
}
/*

Loading…
Cancel
Save