Remove unused macros
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 6 Aug 2018 11:58:34 +0000 (04:58 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 6 Aug 2018 11:58:34 +0000 (04:58 -0700)
src/hb-object-private.hh
src/hb-vector-private.hh

index 66a35df..4725548 100644 (file)
@@ -42,7 +42,6 @@
  * Lockable set
  */
 
-#define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT}
 template <typename item_t, typename lock_t>
 struct hb_lockable_set_t
 {
index 157fbd5..1ef20d4 100644 (file)
@@ -31,7 +31,6 @@
 #include "hb-private.hh"
 
 
-#define HB_VECTOR_INIT {0, 0, false, nullptr}
 template <typename Type, unsigned int StaticSize=8>
 struct hb_vector_t
 {