skiplist: Delete unused methods

This commit is contained in:
Richard Hansen 2021-04-10 04:43:41 -04:00
parent f650c3d73e
commit e3d32a26b6

View file

@ -335,8 +335,6 @@ that is a string.
return self.indexOfEntry(self.atOffset(offset));
},
search: (entryFunc) => _search(entryFunc),
debugGetPoint: _getPoint,
debugDepth: () => start.levels,
});
}