mirror of https://github.com/CGAL/cgal
Remove leftover expensive assertion
This commit is contained in:
parent
09e563c73f
commit
e4e63e087b
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue