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