diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp index 234600fd40c..9a7fa87a7d5 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp @@ -41,10 +41,6 @@ int main() CGAL::General_polygon_2gp2(curve); Polyline_traits traits; - CGAL::General_polygon_2gp3(traits.make_curve_2(points)); - - CGAL::General_polygon_2gp4(traits.make_curve_2(points, true)); - auto ctr = traits.construct_curve_2_object(); auto gp5 = ctr(points.begin(), points.end());