Remove hb_auto_array_t

This commit is contained in:
Behdad Esfahbod 2018-07-10 14:42:10 +02:00
parent be458eb059
commit 7a00f7eb2e
1 changed files with 0 additions and 2 deletions

View File

@ -424,8 +424,6 @@ struct hb_auto_t : Type
void init (void) {} void init (void) {}
void fini (void) {} void fini (void) {}
}; };
template <typename Type>
struct hb_auto_array_t : hb_auto_t <hb_vector_t <Type> > {};
#define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT} #define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT}