[subset] Minor use an auto variable

I need this later. :D
This commit is contained in:
Behdad Esfahbod 2023-06-22 20:41:16 -06:00
parent 64e49e0f71
commit 154aae3af6

View file

@ -266,7 +266,7 @@ template<typename TableType>
static bool
_subset (hb_subset_plan_t *plan, hb_vector_t<char> &buf)
{
hb_blob_ptr_t<TableType> source_blob = plan->source_table<TableType> ();
auto source_blob = plan->source_table<TableType> ();
const TableType *table = source_blob.get ();
hb_tag_t tag = TableType::tableTag;