From 7a6fbd132bb041d875ef5f6fe7e81a3de026136c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Valque?= Date: Wed, 4 Jun 2025 09:13:16 +0200 Subject: [PATCH] remove unused functor in Segment_3_segment_3 --- Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h b/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h index fe30f98e0f3..00aedc67d14 100644 --- a/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h +++ b/Distance_3/include/CGAL/Distance_3/Segment_3_Segment_3.h @@ -202,7 +202,6 @@ compare_squared_distance(const typename K::Segment_3& s1, typename K::Construct_vertex_3 vertex = k.construct_vertex_3_object(); typename K::Construct_vector_3 cv = k.construct_vector_3_object(); typename K::Compute_scalar_product_3 sp = k.compute_scalar_product_3_object(); - typename K::Compute_squared_distance_3 sq_dist = k.compute_squared_distance_3_object(); typename K::Compare_squared_distance_3 csq_dist = k.compare_squared_distance_3_object(); /* The content of this function is very similar with the one above, the difference is we can exit earlier if