diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index 78f57c1..2b33aa3 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -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); }