Remove redundant line from skiplist
This commit is contained in:
parent
f54701cc96
commit
1b97bb0856
@ -621,8 +621,6 @@ class SkipList final {
|
||||
TNode *node_;
|
||||
};
|
||||
|
||||
using iterator = Iterator;
|
||||
|
||||
class Accessor final {
|
||||
private:
|
||||
friend class SkipList;
|
||||
|
Loading…
Reference in New Issue
Block a user