Skip to content

Commit 0e24fc7

Browse files
committed
remove comment
1 parent 7dd338e commit 0e24fc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
*/
4141
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
4242

43-
// How many extra centroids we need to collect for each visited centroid for hierarchical centroids.
44-
4543
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
4644
super(state, rawVectorsReader);
4745
}

0 commit comments

Comments
 (0)