Remove obsolete comment

This commit is contained in:
Dirkjan Ochtman 2021-01-07 11:16:50 +01:00
parent 809fb0d192
commit d02deec46b
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ fn insert<P: Point>(layer: &mut Vec<ZeroNode>, new: PointId, found: &[Candidate]
found.iter().map(|c| c.pid).collect::<HashSet<_>>().len()
);
// Only use the `Self::LINKS` nearest candidates found
for (i, candidate) in found.iter().take(M * 2).enumerate() {
// `candidate` here is the new node's neighbor
let &Candidate { distance, pid } = candidate;