Skip to content

Commit

Permalink
remove other unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
MS-Renan committed Jun 12, 2024
1 parent cd56e61 commit 3a3e8af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ inline bool PQFlashIndex<T, LabelT>::point_has_label(uint32_t point_id, LabelT l
template <typename T, typename LabelT>
bool PQFlashIndex<T, LabelT>::point_has_any_label(uint32_t point_id, const std::vector<LabelT> &label_ids)
{
uint32_t start_vec = _pts_to_label_offsets[point_id];
bool ret_val = false;
for (auto &cur_lbl : label_ids)
{
Expand Down

0 comments on commit 3a3e8af

Please sign in to comment.