Skip to content

Commit

Permalink
remove unnecessary assert for external_socket_fd
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Aug 19, 2024
1 parent 39d6fac commit 96f2c24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hnsw/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ static void BuildIndex(Relation heap, Relation index, IndexInfo *indexInfo, ldb_
&opts,
buildstate,
estimated_row_count);
assert(buildstate->external_client_fd > 0);
} else {
usearch_reserve(buildstate->usearch_index, estimated_row_count, &error);
}
Expand Down

0 comments on commit 96f2c24

Please sign in to comment.