commit | 7a00f7eb2e3859db4563071934e76142bfd13916 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jul 10 14:42:10 2018 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jul 10 14:42:10 2018 +0200 |
tree | 67936a370471c95e1847d0c6b26d809bf5ec87e4 | |
parent | be458eb05962dd5f5c60a25f54cf0b20e7d8b055 [diff] |
Remove hb_auto_array_t
diff --git a/src/hb-dsalgs.hh b/src/hb-dsalgs.hh index ef48fb0..e8fa9b3 100644 --- a/src/hb-dsalgs.hh +++ b/src/hb-dsalgs.hh
@@ -424,8 +424,6 @@ void init (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}