remove useless variables

This commit is contained in:
Jane Tournois 2017-03-06 17:32:15 +01:00 committed by Mael Rouxel-Labbé
parent 4555539a28
commit 79915ab6d7
2 changed files with 0 additions and 3 deletions

View File

@ -936,8 +936,6 @@ update_mesh(const Moves_vector& moves,
it != moves.end() ;
++it )
{
typename Gt::Construct_point_3 wp2p = Gt().construct_point_3_object();
const Vertex_handle& v = cpp11::get<0>(*it);
const Weighted_point& new_position = cpp11::get<1>(*it);
// Get size at new position

View File

@ -157,7 +157,6 @@ no_topological_change(const Tr& tr,
const Weighted_point& p,
Cell_vector& cells_tos) const
{
Tr::Geom_traits::Construct_point_3 wp2p = tr.geom_traits().construct_point_3_object();
bool np = true;
const Weighted_point fp = v0->point();
v0->set_point(p);