diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/measures_test.cpp b/Polygon_mesh_processing/test/Polygon_mesh_processing/measures_test.cpp index fc6e5d22dba..65772a90855 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/measures_test.cpp +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/measures_test.cpp @@ -30,7 +30,6 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Epec; template void test(const Mesh& pmesh) { - typedef typename K::Point_3 Point; typedef typename K::FT FT; typedef typename boost::graph_traits::halfedge_descriptor halfedge_descriptor;