Reverted one range_table.hpp fix
This commit is contained in:
parent
c42d32620e
commit
9242365150
@ -83,7 +83,6 @@ template <unsigned BLOCK_SIZE, storage::Ownership Ownership> class RangeTable
|
|||||||
#ifndef BOOST_ASSERT_IS_VOID
|
#ifndef BOOST_ASSERT_IS_VOID
|
||||||
unsigned block_counter = 0;
|
unsigned block_counter = 0;
|
||||||
unsigned block_sum = 0;
|
unsigned block_sum = 0;
|
||||||
unsigned block_counter = 0;
|
|
||||||
#endif
|
#endif
|
||||||
for (const unsigned l : lengths)
|
for (const unsigned l : lengths)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user