Remove unused macros
This commit is contained in:
parent
19e0091299
commit
f800368df3
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue