fix warning

This commit is contained in:
Sébastien Loriot 2020-05-13 18:45:18 +02:00
parent 916d09f451
commit 41d1898abf
1 changed files with 0 additions and 1 deletions

View File

@ -1184,7 +1184,6 @@ void collapse_short_edges(C3T3& c3t3,
typedef typename C3T3::Triangulation T3;
typedef typename T3::Cell_handle Cell_handle;
typedef typename T3::Edge Edge;
typedef typename T3::Finite_edges_iterator Finite_edges_iterator;
typedef typename T3::Vertex_handle Vertex_handle;
typedef typename std::pair<Vertex_handle, Vertex_handle> Edge_vv;