Skip to content

Commit

Permalink
560 bug remove unused line (#561)
Browse files Browse the repository at this point in the history
* remove unused line

* remove old code

* remove other unused line
  • Loading branch information
MS-Renan authored Jun 12, 2024
1 parent 39a2005 commit 7e9c3f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +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];
uint32_t num_lbls = _pts_to_label_counts[start_vec];
bool ret_val = false;
for (auto &cur_lbl : label_ids)
{
Expand Down

0 comments on commit 7e9c3f4

Please sign in to comment.