From 10f8cc0809097201e19ac550545a2476955c599d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 20 Mar 2007 08:23:47 +0000 Subject: [PATCH] removed unused parameters --- .../test/Interpolation/include/CGAL/_test_surface_neighbors_3.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.C b/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.C index 0bc78e774a9..498d46a23c2 100644 --- a/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.C +++ b/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.C @@ -71,7 +71,7 @@ bool compare_neighbors(ForwardIteratorCoord first_coord, ForwardIteratorCoord beyond_coord, ForwardIteratorPoint first_point, ForwardIteratorPoint beyond_point, - Kernel k) + Kernel ) { typedef std::set::value_type, typename Kernel::Less_xyz_3 > Point_set;