Remove unused function

This commit is contained in:
Behdad Esfahbod 2018-11-11 15:45:58 -05:00
parent 0e0af11c62
commit 903856ab50
1 changed files with 0 additions and 5 deletions

View File

@ -797,11 +797,6 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
inline const Returned & operator * (void) const { return *get (); }
template <typename C> inline operator const C * (void) const { return get (); }
inline Data * get_data (void) const
{
return *(((Data **) this) - WheresData);
}
inline Stored * get_stored (void) const
{
retry: