reverted change to Partition_2 (unused variable)

This commit is contained in:
Sven Oesau 2025-09-11 15:30:50 +02:00
parent 978023183c
commit db096a938b
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ partition_is_valid_2 (InputIterator point_first, InputIterator point_last,
int poly_num = 0;
for (; poly_first != poly_last; poly_first++, poly_num++)
{
CGAL_USE(poly_num);
vtx_begin = (*poly_first).vertices_begin();
vtx_end = (*poly_first).vertices_end();
#ifdef CGAL_PARTITION_CHECK_DEBUG