From 2f8f10de44fd6defb5436818a1c8ccf9eb3257dd Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 1 Aug 2017 16:59:23 +0200 Subject: [PATCH] Warning fix: unused variable --- .../include/CGAL/Shape_detection_3/Region_growing.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h index 352e00bf068..cd960ffb8d6 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Region_growing.h @@ -629,7 +629,6 @@ shape. The implementation follows \cgalCite{cgal:lm-clscm-12}. reajusted_plane, CGAL::Dimension_tag<0>()); optimal_plane = reajusted_plane; - Vector previous = plane_normal; plane_normal = optimal_plane.orthogonal_vector(); plane_normal = plane_normal / std::sqrt(plane_normal * plane_normal); }