one less warning in Convex_hull_3

This commit is contained in:
Andreas Fabri 2013-01-30 18:14:00 +01:00
parent 82ac1828ad
commit a444286b39
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public:
void operator()( HDS& hds) {
// Postcondition: `hds' is a valid polyhedral surface.
typedef typename HDS::Vertex Vertex;
typedef typename Vertex::Point Point;
CGAL::Polyhedron_incremental_builder_3<HDS> B( hds, true);
std::vector<typename Triangulation::Cell_handle> ch_facets;