remove warning

This commit is contained in:
Sébastien Loriot 2014-11-12 09:18:03 +01:00
parent b452d5a7e1
commit ad03c97cbe
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ namespace CGAL
bool is_intersection_dim_3 (PlaneIterator begin,
PlaneIterator end) {
typedef typename std::iterator_traits<PlaneIterator>::value_type Plane;
typedef typename Kernel_traits<Plane>::Kernel Kernel;
std::list<Plane> planes(begin, end);