mirror of https://github.com/CGAL/cgal
unused variable
This commit is contained in:
parent
8905201e21
commit
e95ea7cde7
|
|
@ -28,7 +28,7 @@ struct Allow_no_surface_crossing
|
|||
: m_side_of_tmesh(mesh)
|
||||
{}
|
||||
|
||||
bool operator()(vertex_descriptor v, Point_3 src, Point_3 tgt) const
|
||||
bool operator()(vertex_descriptor, Point_3 src, Point_3 tgt) const
|
||||
{
|
||||
const CGAL::Bounded_side s_src = m_side_of_tmesh(src);
|
||||
const CGAL::Bounded_side s_tgt = m_side_of_tmesh(tgt);
|
||||
|
|
|
|||
Loading…
Reference in New Issue