mirror of
https://github.com/google/leveldb.git
synced 2024-12-28 04:00:09 +08:00
remove TODO in Version::ForEachOverlapping
This commit is contained in:
parent
177cd08629
commit
f668239bb2
@ -281,7 +281,6 @@ static bool NewestFirst(FileMetaData* a, FileMetaData* b) {
|
||||
|
||||
void Version::ForEachOverlapping(Slice user_key, Slice internal_key, void* arg,
|
||||
bool (*func)(void*, int, FileMetaData*)) {
|
||||
// TODO(sanjay): Change Version::Get() to use this function.
|
||||
const Comparator* ucmp = vset_->icmp_.user_comparator();
|
||||
|
||||
// Search level-0 in order from newest to oldest.
|
||||
|
Loading…
Reference in New Issue
Block a user