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_; TNode *node_;
}; };
using iterator = Iterator;
class Accessor final { class Accessor final {
private: private:
friend class SkipList; friend class SkipList;