Remove an unused variable

This commit is contained in:
Laurent Rineau 2012-01-31 15:11:10 +00:00
parent b2d0dcfc58
commit 6824cd0605
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ void create_face_objects_pl(const Below_info& D) const
MinimalHalfedge.push_back(e_min); ++i;
}
Face_handle f_outer = this->new_face();
(void)/* Face_handle f_outer = */ this->new_face();
for (int j=0; j<i; ++j) {
Halfedge_handle e = MinimalHalfedge[j];
CGAL_NEF_TRACEN(" face cycle "<<j);CGAL_NEF_TRACEN(" minimal halfedge "<<PE(e));