From 96d2f9ec5e3db0d23827fbf7ada3d3fc3a2bfa37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 29 Jun 2022 13:10:02 +0200 Subject: [PATCH] unused variable --- .../internal/Corefinement/intersection_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h index 3b8a3b507f0..3452384bd82 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h @@ -780,7 +780,6 @@ class Intersection_of_triangle_meshes //handle degenerate faces if (const_mesh_ptr) { - halfedge_descriptor h1 = halfedge(f1,tm1); halfedge_descriptor h2 = halfedge(f2,tm2); if (const_mesh_ptr == &tm1) {