From e18e75f4aab8ca7215e1d3f0048604b72d0b06cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 26 Mar 2021 09:38:52 +0100 Subject: [PATCH] Remove unused functors --- .../include/CGAL/squared_distance_Triangle_3_Triangle_3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Distance_3/include/CGAL/squared_distance_Triangle_3_Triangle_3.h b/Distance_3/include/CGAL/squared_distance_Triangle_3_Triangle_3.h index 7d83415a38d..f7e292ece21 100644 --- a/Distance_3/include/CGAL/squared_distance_Triangle_3_Triangle_3.h +++ b/Distance_3/include/CGAL/squared_distance_Triangle_3_Triangle_3.h @@ -99,8 +99,6 @@ test_vertex_triangle(const typename K::Triangle_3& tr1, typename K::Compute_scalar_product_3 scalar_product = k.compute_scalar_product_3_object(); typename K::Construct_cross_product_vector_3 cross_product = k.construct_cross_product_vector_3_object(); - typename K::Construct_scaled_vector_3 scale_vector = k.construct_scaled_vector_3_object(); - typename K::Construct_translated_point_3 translate = k.construct_translated_point_3_object(); typename K::Construct_vector_3 vector = k.construct_vector_3_object(); typename K::Construct_vertex_3 vertex = k.construct_vertex_3_object();