From db096a938be2ed014f867217a0103b69185cd130 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 11 Sep 2025 15:30:50 +0200 Subject: [PATCH] reverted change to Partition_2 (unused variable) --- Partition_2/include/CGAL/partition_is_valid_2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Partition_2/include/CGAL/partition_is_valid_2.h b/Partition_2/include/CGAL/partition_is_valid_2.h index 1c33e9e42b0..f6a5f2bbd7f 100644 --- a/Partition_2/include/CGAL/partition_is_valid_2.h +++ b/Partition_2/include/CGAL/partition_is_valid_2.h @@ -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