From 31976bfb502ae861e083b0933575c654292545f9 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 18 Aug 2022 01:50:35 +0000 Subject: [PATCH] [repacker] cleanup unused base_array_links. --- src/graph/markbasepos-graph.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/graph/markbasepos-graph.hh b/src/graph/markbasepos-graph.hh index b40086dd6..326db29ba 100644 --- a/src/graph/markbasepos-graph.hh +++ b/src/graph/markbasepos-graph.hh @@ -77,7 +77,6 @@ struct AnchorMatrix : public OT::Layout::GPOS_impl::AnchorMatrix unsigned clone (gsubgpos_graph_context_t& c, unsigned this_index, - const hb_hashmap_t& pos_to_index, unsigned start, unsigned end, unsigned class_count) @@ -268,7 +267,6 @@ struct MarkBasePosFormat1 : public OT::Layout::GPOS_impl::MarkBasePosFormat1_2 (split_context, split_points); @@ -287,7 +285,6 @@ struct MarkBasePosFormat1 : public OT::Layout::GPOS_impl::MarkBasePosFormat1_2 class_to_info; hb_hashmap_t mark_array_links; - hb_hashmap_t base_array_links; hb_set_t marks_for (unsigned start, unsigned end) { @@ -465,7 +462,6 @@ struct MarkBasePosFormat1 : public OT::Layout::GPOS_impl::MarkBasePosFormat1_2clone (sc.c, base_array.index, - sc.base_array_links, start, end, this->classCount); graph.add_link (&(prime->baseArray), prime_id, new_base_array);