From 1d4a0b98a277eefbed33cf31e4bd0d02e17540aa Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 25 Mar 2022 08:29:36 +0100 Subject: [PATCH] Remove unused typedef --- BGL/include/CGAL/boost/graph/IO/STL.h | 1 - 1 file changed, 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/IO/STL.h b/BGL/include/CGAL/boost/graph/IO/STL.h index fdf94598396..7198d8640aa 100644 --- a/BGL/include/CGAL/boost/graph/IO/STL.h +++ b/BGL/include/CGAL/boost/graph/IO/STL.h @@ -244,7 +244,6 @@ bool write_STL(std::ostream& os, typedef typename CGAL::GetVertexPointMap::const_type VPM; typedef typename boost::property_traits::reference Point_ref; - typedef typename boost::property_traits::value_type Point; typedef typename GetGeomTraits::type Kernel; typedef typename Kernel::Vector_3 Vector;