From 8f0e8651375791cdbf731a173d0e36d0269641e4 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 4 Aug 2023 21:38:20 -0700 Subject: [PATCH] Removed todo [skip ci] --- src/hnswvacuum.c | 1 - 1 file changed, 1 deletion(-) 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); }