diff --git a/src/pq_flash_index.cpp b/src/pq_flash_index.cpp index 7427114c3..491614a42 100644 --- a/src/pq_flash_index.cpp +++ b/src/pq_flash_index.cpp @@ -674,7 +674,6 @@ inline bool PQFlashIndex::point_has_label(uint32_t point_id, LabelT l template bool PQFlashIndex::point_has_any_label(uint32_t point_id, const std::vector &label_ids) { - uint32_t start_vec = _pts_to_label_offsets[point_id]; bool ret_val = false; for (auto &cur_lbl : label_ids) {