Removed todos [skip ci]

This commit is contained in:
Andrew Kane
2023-08-04 23:49:56 -07:00
parent f82c90ce14
commit 7c217bad0d
2 changed files with 1 additions and 5 deletions

View File

@@ -375,9 +375,7 @@ LoadNeighborsFromPage(HnswElement element, Relation index, Page page)
HnswInitNeighbors(element, m);
/* If not, neighbor page represents new item */
/* Only caught if item has a different level */
/* TODO Use versioning to fix this? */
/* Ensure expected neighbors */
if (HNSW_NEIGHBOR_COUNT(itemid) == neighborCount)
{
HnswNeighborTuple ntup = (HnswNeighborTuple) PageGetItem(page, itemid);