diff --git a/Point_set_processing_3/include/CGAL/mst_orient_normals.h b/Point_set_processing_3/include/CGAL/mst_orient_normals.h index 2b21c7b31d7..ce1b00ce43f 100644 --- a/Point_set_processing_3/include/CGAL/mst_orient_normals.h +++ b/Point_set_processing_3/include/CGAL/mst_orient_normals.h @@ -323,9 +323,6 @@ create_riemannian_graph( typedef internal::Riemannian_graph Riemannian_graph; typedef typename boost::property_map::type Riemannian_graph_weight_map; - // Precondition: at least one element in the container. - CGAL_point_set_processing_precondition(first != beyond); - // Precondition: at least 2 nearest neighbors CGAL_point_set_processing_precondition(k >= 2);