From d68ad76dc5cdcee272d1ea0e18cf24cdff81673b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 30 May 2017 09:56:18 +0200 Subject: [PATCH] Removed useless variables --- .../include/CGAL/Periodic_3_Delaunay_triangulation_3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h index f8f32cdd773..000bc21c339 100644 --- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h +++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h @@ -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 empty_list; too_long_edges[v] = empty_list; // Iterate over all cells of the new star.