mirror of https://github.com/CGAL/cgal
remove unused typedef instruction
This commit is contained in:
parent
8b10e64260
commit
27d983255d
|
|
@ -30,7 +30,6 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Epec;
|
|||
template<typename Mesh, typename K>
|
||||
void test(const Mesh& pmesh)
|
||||
{
|
||||
typedef typename K::Point_3 Point;
|
||||
typedef typename K::FT FT;
|
||||
|
||||
typedef typename boost::graph_traits<Mesh>::halfedge_descriptor halfedge_descriptor;
|
||||
|
|
|
|||
Loading…
Reference in New Issue