mirror of https://github.com/CGAL/cgal
Removed useless variables
This commit is contained in:
parent
c9b0734985
commit
d68ad76dc5
|
|
@ -388,9 +388,7 @@ public:
|
|||
CGAL_triangulation_precondition(number_of_vertices() != 0);
|
||||
// add newly added edges to too_long_edges, if necessary.
|
||||
Point p1,p2;
|
||||
Offset omin;
|
||||
std::pair< Vertex_handle, Vertex_handle > edge_to_add;
|
||||
std::pair< Offset, Offset > edge_to_add_off;
|
||||
std::list<Vertex_handle> empty_list;
|
||||
too_long_edges[v] = empty_list;
|
||||
// Iterate over all cells of the new star.
|
||||
|
|
|
|||
Loading…
Reference in New Issue