Remove leftover expensive assertion

This commit is contained in:
Mael Rouxel-Labbé 2019-10-16 09:29:34 +02:00
parent 09e563c73f
commit e4e63e087b
1 changed files with 0 additions and 1 deletions

View File

@ -1210,7 +1210,6 @@ private:
if (currentOccupier.first != NULL)
{
CGAL_assertion(m_graph.is_valid());
CGAL_assertion(node->entry_edge() == currentOccupier.first->entry_edge());
CGAL_assertion(node->target_vertex() == currentOccupier.first->target_vertex());