From 4bd80e76f34ab0324d842ac25a8bc0e4c33ead30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 7 Jul 2022 10:14:36 +0200 Subject: [PATCH] Remove unused variable --- .../CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h index 26cd50cd481..fdfd3e9eb8e 100644 --- a/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h +++ b/Surface_mesh_shortest_path/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h @@ -817,7 +817,6 @@ private: CGAL_precondition(!is_border(baseEdge, m_graph)); CGAL_precondition(t0 + t1 == FT(1)); - typename Traits::Construct_barycenter_2 cb2(m_traits.construct_barycenter_2_object()); typename Traits::Construct_vertex_2 cv2(m_traits.construct_vertex_2_object()); typename Traits::Construct_triangle_3_to_triangle_2_projection pt3t2(m_traits.construct_triangle_3_to_triangle_2_projection_object());