Reverted one range_table.hpp fix

This commit is contained in:
Mugr Rex 2023-04-18 13:17:21 +02:00
parent c42d32620e
commit 9242365150

View File

@ -83,7 +83,6 @@ template <unsigned BLOCK_SIZE, storage::Ownership Ownership> class RangeTable
#ifndef BOOST_ASSERT_IS_VOID
unsigned block_counter = 0;
unsigned block_sum = 0;
unsigned block_counter = 0;
#endif
for (const unsigned l : lengths)
{