We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34296 commit 1dcd84bCopy full SHA for 1dcd84b
hnswlib/hnswalg.h
@@ -684,7 +684,6 @@ class HierarchicalNSW : public AlgorithmInterface<dist_t> {
684
685
void saveIndex(const std::string &location) {
686
std::ofstream output(location, std::ios::binary);
687
- std::streampos position;
688
689
writeBinaryPOD(output, offsetLevel0_);
690
writeBinaryPOD(output, max_elements_);
0 commit comments