From f6d6eff6a2f996df3144b9c03326c8efdcbf10bf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Aug 2021 19:41:44 -0600 Subject: [PATCH] [object] Remove unused HB_REFERENCE_COUNT_INIT --- src/hb-object.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-object.hh b/src/hb-object.hh index 64abb0ce1..c2870270d 100644 --- a/src/hb-object.hh +++ b/src/hb-object.hh @@ -140,8 +140,6 @@ struct hb_lockable_set_t * Reference-count. */ -#define HB_REFERENCE_COUNT_INIT {0} - struct hb_reference_count_t { mutable hb_atomic_int_t ref_count;