pull/1136/head
Behdad Esfahbod 7 years ago
parent c21a1b95df
commit 3945cd78a9
  1. 4
      src/hb-machinery-private.hh

@ -719,10 +719,6 @@ struct hb_object_lazy_loader_t : hb_lazy_loader_t<hb_object_lazy_loader_t<Wheres
p->fini ();
free (p);
}
static inline const T *get_null (void)
{
return &Null(T);
}
};
template <typename T, unsigned int WheresFace>

Loading…
Cancel
Save