From fa47c352711a016a299bc990e31d98c16cc2e88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 3 Mar 2021 08:28:28 +0100 Subject: [PATCH] remove unused variable --- .../internal/Corefinement/Face_graph_output_builder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h index 341bd670405..3b3d9f82699 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h @@ -1117,7 +1117,6 @@ public: typedef typename VPM_helper::VPM SOTM_vpm2; typedef typename VPM_helper::Tree_type Tree_type; - SOTM_vpm2 sotm_vpm2 = VPM_helper::get_vpm(vertex_to_node_id2, vpm2, nodes); Tree_type tree; VPM_helper::build_tree(tm2, tree, vertex_to_node_id2, fids2, vpm2, nodes); Side_of_triangle_mesh inside_tm2(tree);