Skip to content

Commit 46260da

Browse files
authored
[fix] delete unused code (#1046)
* delete unused code
1 parent f03ac11 commit 46260da

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)