Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jul 4, 2024
1 parent 8905201 commit e95ea7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e95ea7c

Please sign in to comment.