remove useless using statement

This commit is contained in:
Sébastien Loriot 2021-04-13 08:07:56 +02:00
parent 8e2b75d3da
commit 39bdf32bc9
1 changed files with 0 additions and 2 deletions

View File

@ -484,8 +484,6 @@ public:
{
typedef typename Kernel_::Point_3 Point_3;
using BaseClass::Less_xyz_3::operator();
bool operator()(const Point_3& p, const Point_3& q) const
{
if (p.rep().identical(q.rep())) { return false; }