From ad03c97cbe3ec6e0f9987cc1f5c7f6c9fd40c35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 12 Nov 2014 09:18:03 +0100 Subject: [PATCH] remove warning --- .../include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h b/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h index 250dfa0d08c..cc048d6ae07 100644 --- a/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h +++ b/Convex_hull_3/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h @@ -215,7 +215,6 @@ namespace CGAL bool is_intersection_dim_3 (PlaneIterator begin, PlaneIterator end) { typedef typename std::iterator_traits::value_type Plane; - typedef typename Kernel_traits::Kernel Kernel; std::list planes(begin, end);