[blob] Remove fini_shallow()

This commit is contained in:
Behdad Esfahbod 2022-07-20 15:59:46 -06:00
parent bcd59b5142
commit 60a9175f2c
2 changed files with 1 additions and 3 deletions

View File

@ -263,8 +263,6 @@ hb_blob_destroy (hb_blob_t *blob)
{
if (!hb_object_destroy (blob)) return;
blob->fini_shallow ();
hb_free (blob);
}

View File

@ -38,7 +38,7 @@
struct hb_blob_t
{
void fini_shallow () { destroy_user_data (); }
~hb_blob_t () { destroy_user_data (); }
void destroy_user_data ()
{