Skip to content

Commit 0d9f192

Browse files
authored
Merge pull request #531 from lulyon/master
remove unused variable
2 parents dbcef01 + 1dcd84b commit 0d9f192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hnswlib/hnswalg.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ class HierarchicalNSW : public AlgorithmInterface<dist_t> {
684684

685685
void saveIndex(const std::string &location) {
686686
std::ofstream output(location, std::ios::binary);
687-
std::streampos position;
688687

689688
writeBinaryPOD(output, offsetLevel0_);
690689
writeBinaryPOD(output, max_elements_);

0 commit comments

Comments
 (0)