This commit is contained in:
Behdad Esfahbod 2018-08-12 16:33:48 -07:00
parent c21a1b95df
commit 3945cd78a9
1 changed files with 0 additions and 4 deletions

View File

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