Skip to content

Commit

Permalink
Fix frozen point check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Dec 3, 2024
1 parent f78f289 commit 6d18a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,6 @@ bool Index<T, TagT, LabelT>::is_frozen_point(uint32_t location) const
return true;
}
}
return false;
}

return _start == location;
Expand Down

0 comments on commit 6d18a73

Please sign in to comment.