[arrays] Remove unnecessary constructor from Supplier<>

Looks like operator hb_array_t<> from vector works here. :)
pull/1488/head
Behdad Esfahbod 6 years ago
parent 507cac4943
commit 2a3fa3f82f
  1. 5
      src/hb-machinery.hh

@ -654,11 +654,6 @@ struct Supplier : hb_array_t<const Type>
this->arrayZ = v.arrayZ;
this->len = v.len;
}
Supplier (const hb_vector_t<Type> &v)
{
this->arrayZ = (const Type *) v;
this->len = v.len;
}
Supplier<Type> & operator += (unsigned int count)
{

Loading…
Cancel
Save