From e72f6b54283f050e46ccc9aa53022c5881ddaade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 31 May 2023 18:04:03 +0200 Subject: [PATCH] remove no longer used variables --- .../internal/point_set_with_planes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h b/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h index e9175138f68..09d628e7f4e 100644 --- a/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h +++ b/Polygonal_surface_reconstruction/include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h @@ -139,7 +139,6 @@ namespace CGAL { std::map plane_index_remap; // Gets to know the number of plane from the plane indices - int max_plane_index = 0; std::size_t idx = 0; for (typename PointRange::const_iterator it = points.begin(); it != points.end(); ++it) { Base_class::m_points[idx] = get(point_map, *it);