mirror of https://github.com/CGAL/cgal
Remove an unused variable
This commit is contained in:
parent
9e007605eb
commit
fecd577c33
|
|
@ -71,7 +71,7 @@ protected:
|
|||
Vector_2 v;
|
||||
p = (*pBegin);
|
||||
v = (*vBegin);
|
||||
Vertex_handle m_Vertex_handle = m_D_Ttr.insert(p);
|
||||
// Vertex_handle m_Vertex_handle = m_D_Ttr.insert(p);
|
||||
field_map[p] = v;
|
||||
if (m_D_Ttr.number_of_vertices() == 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue