From b14a99cdf8f4fd5397e40fce69b14174e51c5670 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 18 Nov 2016 20:39:10 +0100 Subject: [PATCH] unused typedef --- Convex_hull_3/include/CGAL/convex_hull_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Convex_hull_3/include/CGAL/convex_hull_3.h b/Convex_hull_3/include/CGAL/convex_hull_3.h index 1e3dac78202..609c47fde93 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3.h @@ -284,7 +284,6 @@ void coplanar_3_hull(InputIterator first, InputIterator beyond, typedef typename PTraits::Traits_xz_3 Traits_xz_3; std::list CH_2; - typedef typename std::list::iterator CH_2_iterator; Traits_xy_3 traits_xy; typename Traits_xy_3::Left_turn_2 left_turn_in_xy = traits_xy.left_turn_2_object();