Removed the general operator in Equal_2

This commit is contained in:
Andreas Fabri 2006-04-20 08:32:23 +00:00
parent ff5273053a
commit 02497d2b97
1 changed files with 0 additions and 6 deletions

View File

@ -1473,12 +1473,6 @@ namespace CommonKernelFunctors {
typedef typename K::Bool result_type;
typedef Arity_tag< 2 > Arity;
// template to replace n different versions
template <typename T>
result_type
operator()(const T& p, const T& q) const
{ return p == q; }
result_type
operator()(const Point_2 &p, const Point_2 &q) const
{