From 3ce1a3f2565382e6fc0385dea5c84c3350ac917c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 4 Apr 2024 10:19:14 +0200 Subject: [PATCH] remove unused parameters --- .../examples/Arrangement_on_surface_2/spherical_insert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp index 9084d140669..300cbb2d061 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp @@ -13,7 +13,7 @@ #include "arr_geodesic.h" #include "arr_print.h" -int main(int argc, char* argv[]) { +int main() { Geom_traits traits; auto ctr_p = traits.construct_point_2_object(); auto ctr_cv = traits.construct_curve_2_object();