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 >();