Skip to content

Commit bb78c5e

Browse files
committed
remove unused code
1 parent 27154dc commit bb78c5e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/core/splindex.hpp

-8
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,6 @@ class splindex_iterator_t
262262
return *this;
263263
}
264264

265-
//inline splindex_iterator_t<Index_t>
266-
//operator++(int)
267-
//{
268-
// splindex_iterator_t<Index_t> tmp(this->idx());
269-
// this->li++;
270-
// return tmp;
271-
//}
272-
273265
inline auto
274266
operator*()
275267
{

0 commit comments

Comments
 (0)