remove unused typedefs

This commit is contained in:
Sébastien Loriot 2022-08-02 07:32:24 +02:00
parent 77a50cfd7c
commit bf6e2a2929
1 changed files with 0 additions and 4 deletions

View File

@ -42,11 +42,7 @@ intersection(const typename K::Tetrahedron_3& tet,
CGAL_precondition(!tr.is_degenerate());
typedef typename K::Point_3 Point_3;
typedef typename K::Segment_3 Segment_3;
typedef typename K::Plane_3 Plane_3;
typedef typename K::Triangle_3 Triangle_3;
typedef typename K::Line_3 Line_3;
typedef typename K::Point_3 Point_3;
typename K::Construct_plane_3 plane = k.construct_plane_3_object();
typename K::Construct_vertex_3 vertex = k.construct_vertex_3_object();