removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-20 08:23:47 +00:00
parent e01f3b7b8b
commit 10f8cc0809
1 changed files with 1 additions and 1 deletions

View File

@ -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<typename std::iterator_traits<ForwardIteratorPoint>::value_type,
typename Kernel::Less_xyz_3 > Point_set;