Remove redundant line from skiplist

This commit is contained in:
jbajic 2022-11-29 14:57:53 +01:00
parent f54701cc96
commit 1b97bb0856

View File

@ -621,8 +621,6 @@ class SkipList final {
TNode *node_;
};
using iterator = Iterator;
class Accessor final {
private:
friend class SkipList;