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}