diff --git a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h index c146b3b6e73..664adc4ab13 100644 --- a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h +++ b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h @@ -173,11 +173,9 @@ Sphere_point intersection(const Sphere_circle& c1, |c1| and |c2|. \precond |c1 != c2| as sets.}*/ { CGAL_assertion(!equal_as_sets(c1,c2)); - typename R::Line_3 lres; CGAL_NEF_TRACEN("circle_intersection "<