Remove unused macros

This commit is contained in:
Behdad Esfahbod 2018-08-06 04:58:34 -07:00
parent 19e0091299
commit f800368df3
2 changed files with 0 additions and 2 deletions

View 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
{

View 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
{