Removed unused variable

This commit is contained in:
Efi Fogel 2023-08-18 13:38:34 +03:00
parent de459faa76
commit 51fc8aa18d
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ _compute_next_intersection(Halfedge_handle he,
<< skip_first_point << ")" << std::endl;
#endif
auto equal = m_geom_traits->equal_2_object();
auto compare_xy = m_geom_traits->compare_xy_2_object();
auto ctr_min = m_geom_traits->construct_min_vertex_2_object();
auto is_closed = m_geom_traits->is_closed_2_object();