From 8997343eadb8f8e38ac400d6b2646493a4471d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 8 Feb 2018 18:35:48 +0100 Subject: [PATCH] Removed useless typedefs --- BGL/test/BGL/graph_concept_Triangulation_2.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BGL/test/BGL/graph_concept_Triangulation_2.cpp b/BGL/test/BGL/graph_concept_Triangulation_2.cpp index 6f2ab046d85..0e9cd16d3b8 100644 --- a/BGL/test/BGL/graph_concept_Triangulation_2.cpp +++ b/BGL/test/BGL/graph_concept_Triangulation_2.cpp @@ -28,11 +28,6 @@ typedef CGAL::Constrained_triangulation_plus_2 THCDTP2; template void concept_check_triangulation() { - typedef typename boost::graph_traits::vertex_descriptor vertex_descriptor; - typedef typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; - typedef typename boost::graph_traits::edge_descriptor edge_descriptor; - typedef typename boost::graph_traits::face_descriptor face_descriptor; - boost::function_requires< boost::GraphConcept >(); boost::function_requires< boost::IncidenceGraphConcept >(); boost::function_requires< boost::VertexListGraphConcept >();