Removed todo [skip ci]

This commit is contained in:
Andrew Kane
2023-08-04 21:38:20 -07:00
parent 7194c0281c
commit 8f0e865137

View File

@@ -259,7 +259,6 @@ RepairGraphEntryPoint(HnswVacuumState * vacuumstate)
if (BlockNumberIsValid(highestPoint->blkno))
{
HnswLoadElement(highestPoint, NULL, NULL, index, vacuumstate->procinfo, vacuumstate->collation, true);
/* TODO Prevent deleted entry point from being neighbor */
RepairGraphElement(vacuumstate, highestPoint);
}