From f800368df33e7ec15c3e77bdb9f4b464899322d3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 6 Aug 2018 04:58:34 -0700 Subject: [PATCH] Remove unused macros --- src/hb-object-private.hh | 1 - src/hb-vector-private.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hb-object-private.hh b/src/hb-object-private.hh index 66a35df..4725548 100644 --- a/src/hb-object-private.hh +++ b/src/hb-object-private.hh @@ -42,7 +42,6 @@ * Lockable set */ -#define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT} template struct hb_lockable_set_t { diff --git a/src/hb-vector-private.hh b/src/hb-vector-private.hh index 157fbd5..1ef20d4 100644 --- a/src/hb-vector-private.hh +++ b/src/hb-vector-private.hh @@ -31,7 +31,6 @@ #include "hb-private.hh" -#define HB_VECTOR_INIT {0, 0, false, nullptr} template struct hb_vector_t { -- 2.7.4