From 72bfd2d33646fccd08130a6dff28c37ac63f9591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 27 Apr 2015 09:56:20 +0200 Subject: [PATCH] remove unused var --- .../Surface_mesh_shortest_path_test_1.cpp | 2 +- .../Surface_mesh_shortest_path_traits_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_test_1.cpp b/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_test_1.cpp index b258ca83b45..030a3934774 100644 --- a/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_test_1.cpp +++ b/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_test_1.cpp @@ -458,7 +458,7 @@ void test_boundary_mesh() } -int main(int argc, char* argv[]) +int main() { shortest_path_regular_tetrahedron(); test_simple_saddle_vertex_mesh(); diff --git a/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits_test.cpp b/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits_test.cpp index 502c8d86f38..383945f6ca9 100644 --- a/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits_test.cpp +++ b/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits_test.cpp @@ -300,7 +300,7 @@ void detect_is_saddle_vertex() } } -int main(int argc, char** argv) +int main() { project_triangle3D_to_triangle2D(); test_simple_2D_barycentric_coordinates();