diff --git a/src/hnsw.h b/src/hnsw.h index 6c9809d..5d6a51f 100644 --- a/src/hnsw.h +++ b/src/hnsw.h @@ -116,8 +116,8 @@ typedef struct HnswCandidate typedef struct HnswNeighborArray { int length; - HnswCandidate *items; bool closerSet; + HnswCandidate *items; } HnswNeighborArray; typedef struct HnswPairingHeapNode