[repacker] Remove unnecessary vector .fini() calls
This commit is contained in:
parent
4cfc2d668e
commit
ca77f16470
|
@ -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…
Reference in New Issue