mirror of https://github.com/CGAL/cgal
remove warning
This commit is contained in:
parent
b452d5a7e1
commit
ad03c97cbe
|
|
@ -215,7 +215,6 @@ namespace CGAL
|
||||||
bool is_intersection_dim_3 (PlaneIterator begin,
|
bool is_intersection_dim_3 (PlaneIterator begin,
|
||||||
PlaneIterator end) {
|
PlaneIterator end) {
|
||||||
typedef typename std::iterator_traits<PlaneIterator>::value_type Plane;
|
typedef typename std::iterator_traits<PlaneIterator>::value_type Plane;
|
||||||
typedef typename Kernel_traits<Plane>::Kernel Kernel;
|
|
||||||
|
|
||||||
std::list<Plane> planes(begin, end);
|
std::list<Plane> planes(begin, end);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue