From 44e176b88a520b8fdf44ad9eab06d3c58e5fa3ee Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 21 Mar 2024 16:13:30 +0100 Subject: [PATCH] unused typedef Co-authored-by: Sebastien Loriot --- Mesh_3/include/CGAL/make_mesh_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Mesh_3/include/CGAL/make_mesh_3.h b/Mesh_3/include/CGAL/make_mesh_3.h index 840daf29d07..942e207458d 100644 --- a/Mesh_3/include/CGAL/make_mesh_3.h +++ b/Mesh_3/include/CGAL/make_mesh_3.h @@ -47,7 +47,6 @@ init_c3t3(C3T3& c3t3, const MeshDomain& domain, const MeshCriteria&, typedef typename MeshDomain::Index Index; typedef typename std::pair PI; typedef std::vector Initial_points_vector; - typedef typename Initial_points_vector::iterator Ipv_iterator; typedef typename C3T3::Vertex_handle Vertex_handle; typedef CGAL::Mesh_3::Triangulation_helpers Th;