From 9f061d8ff993c3a12d4a84174d69cc5be7166c56 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 21 Sep 2016 19:28:33 +0200 Subject: [PATCH] Unused local typedefs. --- Triangulation/include/CGAL/Triangulation_data_structure.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Triangulation/include/CGAL/Triangulation_data_structure.h b/Triangulation/include/CGAL/Triangulation_data_structure.h index 01fe409dde6..2493c7125da 100644 --- a/Triangulation/include/CGAL/Triangulation_data_structure.h +++ b/Triangulation/include/CGAL/Triangulation_data_structure.h @@ -1516,8 +1516,6 @@ operator>>(std::istream & is, Triangulation_data_structure & tr) // - the neighbors of each full_cell by their index in the preceding list { typedef Triangulation_data_structure TDS; - typedef typename TDS::Full_cell_handle Full_cell_handle; - typedef typename TDS::Full_cell_iterator Full_cell_iterator; typedef typename TDS::Vertex_handle Vertex_handle; // read current dimension and number of vertices @@ -1568,8 +1566,6 @@ operator<<(std::ostream & os, const Triangulation_data_structure // - the neighbors of each full_cell by their index in the preceding list { typedef Triangulation_data_structure TDS; - typedef typename TDS::Full_cell_const_handle Full_cell_handle; - typedef typename TDS::Full_cell_const_iterator Full_cell_iterator; typedef typename TDS::Vertex_const_handle Vertex_handle; typedef typename TDS::Vertex_const_iterator Vertex_iterator;