[iter] Remove comment

This commit is contained in:
Behdad Esfahbod 2019-01-07 18:36:14 -05:00
parent 815cde9fa3
commit da49961836
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ struct hb_iter_t
iter_t iter () const { return *thiz(); }
explicit_operator bool () const { return thiz()->__more__ (); }
unsigned len () const { return thiz()->__len__ (); }
/* TODO enable_if item_t is reference type only. */
hb_remove_reference (item_t)* operator -> () const { return hb_addressof (*thiz()); }
item_t operator * () const { return thiz()->__item__ (); }
item_t operator [] (unsigned i) const { return thiz()->__item_at__ (i); }