Remove obsolete comment
This commit is contained in:
parent
809fb0d192
commit
d02deec46b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue