Removed useless variables

This commit is contained in:
Mael Rouxel-Labbé 2017-05-30 09:56:18 +02:00
parent c9b0734985
commit d68ad76dc5
1 changed files with 0 additions and 2 deletions

View File

@ -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.