Skip to content

Commit

Permalink
Remove an assert that is no longer valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Apr 3, 2024
1 parent 78620c9 commit 8e93a65
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions entwine/builder/chunk-cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ void ChunkCache::join()
{
maybePurge(0);
m_pool.join();

assert(
std::all_of(
m_slices.begin(),
m_slices.end(),
[](const std::map<Xyz, ReffedChunk>& slice)
{
return slice.empty();
}));
}

bool ChunkCache::insert(
Expand Down

0 comments on commit 8e93a65

Please sign in to comment.