diff --git a/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h b/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h index 0f98f9c67d4..dff9b2bbaf8 100644 --- a/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h +++ b/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h @@ -838,7 +838,6 @@ insert_subconstraint(Vertex_handle vaa, #else boost::container::flat_set faces(intersected_faces.begin(), intersected_faces.end()); #endif - typename List_edges::iterator it2; for(typename List_edges::iterator it = edges.begin(); it!= edges.end();){ if(faces.find(it->first) != faces.end()){ typename List_edges::iterator it2 = it;