From 3945cd78a96bdd287e203a0261bac490df1314b0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 12 Aug 2018 16:33:48 -0700 Subject: [PATCH] Minor --- src/hb-machinery-private.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hb-machinery-private.hh b/src/hb-machinery-private.hh index 3c1181be6..193f5ed22 100644 --- a/src/hb-machinery-private.hh +++ b/src/hb-machinery-private.hh @@ -719,10 +719,6 @@ struct hb_object_lazy_loader_t : hb_lazy_loader_tfini (); free (p); } - static inline const T *get_null (void) - { - return &Null(T); - } }; template