remove misleading comments
This commit is contained in:
parent
f285609562
commit
c210ef86cc
1 changed files with 0 additions and 2 deletions
|
@ -191,7 +191,6 @@ void gather_ntuple_metadata(Arena *arena, RMicroFileReader &reader, const RNTupl
|
|||
b8 pinfo_is_after_last = pinfo->range.start >= last_inserted_pinfo->range.end();
|
||||
if (pinfo_is_after_last) {
|
||||
for (Page_Info_Node *node = last_inserted_pinfo->next; node; node = node->next) {
|
||||
// sanity check for duplicate pages
|
||||
if (pinfo->range.start == node->range.start) {
|
||||
duplicate = true;
|
||||
break;
|
||||
|
@ -213,7 +212,6 @@ void gather_ntuple_metadata(Arena *arena, RMicroFileReader &reader, const RNTupl
|
|||
}
|
||||
} else {
|
||||
for (Page_Info_Node *node = last_inserted_pinfo; node; node = node->prev) {
|
||||
// sanity check for duplicate pages
|
||||
if (pinfo->range.start == node->range.start) {
|
||||
duplicate = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue