Skip to content

Commit

Permalink
Disable assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 24, 2024
1 parent 953c526 commit ea38798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chasers/chaser_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ map_ptr chaser_check::get_map() NOEXCEPT
// Return the total number of records obtained and set hi_block_ to last.
size_t chaser_check::get_unassociated() NOEXCEPT
{
BC_ASSERT(stranded());
// Called from start.
////BC_ASSERT(stranded());

const auto& query = archive();
const auto stop = ceilinged_add(validated_, maximum);
Expand Down

0 comments on commit ea38798

Please sign in to comment.