Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 12 Aug 2018 23:33:48 +0000 (16:33 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 12 Aug 2018 23:33:48 +0000 (16:33 -0700)
src/hb-machinery-private.hh

index 3c1181b..193f5ed 100644 (file)
@@ -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>