From 7a00f7eb2e3859db4563071934e76142bfd13916 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 10 Jul 2018 14:42:10 +0200 Subject: [PATCH] Remove hb_auto_array_t --- src/hb-dsalgs.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-dsalgs.hh b/src/hb-dsalgs.hh index ef48fb081..e8fa9b3c7 100644 --- a/src/hb-dsalgs.hh +++ b/src/hb-dsalgs.hh @@ -424,8 +424,6 @@ struct hb_auto_t : Type void init (void) {} void fini (void) {} }; -template -struct hb_auto_array_t : hb_auto_t > {}; #define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT}