Remove unused variable

This commit is contained in:
Andreas Fabri 2010-11-22 07:56:00 +00:00
parent 74bf160f3e
commit a9fc8fc464
1 changed files with 0 additions and 3 deletions

View File

@ -1689,9 +1689,6 @@ void
Triangulation_2<Gt, Tds>::
fill_hole_delaunay(std::list<Edge> & first_hole)
{
typename Gt::Side_of_oriented_circle_2
in_circle = geom_traits().side_of_oriented_circle_2_object();
typedef std::list<Edge> Hole;
typedef std::list<Hole> Hole_list;