DisplayBuffer: deactivate too expensive check
This commit is contained in:
parent
d2c6ceb47b
commit
57b55a5824
|
@ -123,10 +123,7 @@ void DisplayBuffer::check_invariant() const
|
||||||
{
|
{
|
||||||
assert(it->end() >= it->begin());
|
assert(it->end() >= it->begin());
|
||||||
if (it != begin())
|
if (it != begin())
|
||||||
{
|
|
||||||
assert(prev_it->end() == it->begin());
|
assert(prev_it->end() == it->begin());
|
||||||
assert(prev_it->end_coord() == it->coord());
|
|
||||||
}
|
|
||||||
prev_it = it;
|
prev_it = it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user