Fixed warnings

This commit is contained in:
Mael Rouxel-Labbé 2017-07-27 12:15:52 +02:00
parent 95ac19b935
commit a9be53be85
1 changed files with 0 additions and 4 deletions

View File

@ -1853,8 +1853,6 @@ namespace CGAL {
return os;
// We are now in a degenerate case => we do a symbolic perturbation.
typedef typename Geom_traits::Construct_point_3 Construct_point_3;
Construct_point_3 cp = geom_traits().construct_point_3_object();
// We sort the points lexicographically.
const Weighted_point * points[5] = {&p0, &p1, &p2, &p3, &p};
@ -1963,8 +1961,6 @@ namespace CGAL {
return os;
// We are now in a degenerate case => we do a symbolic perturbation.
typedef typename Geom_traits::Construct_point_3 Construct_point_3;
Construct_point_3 cp = geom_traits().construct_point_3_object();
// We sort the points lexicographically.
const Weighted_point * points[4] = {&p0, &p1, &p2, &p};