From 27d983255d633ecf77baa916254d3c8bd3d2dae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 27 May 2016 16:21:09 +0200 Subject: [PATCH] remove unused typedef instruction --- .../test/Polygon_mesh_processing/measures_test.cpp | 1 - 1 file changed, 1 deletion(-) 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;