a CGAL_USE too much

This commit is contained in:
Andreas Fabri 2016-01-22 08:08:13 +01:00
parent 4e342a0f05
commit d1ffbee57a
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ public:
result_type operator()(Forward_iterator start, Forward_iterator end) const
{
CGAL_assertion(start!=end);
CGAL_USE(d);
int d = start->dimension();
Matrix M(d);
Vector b(d);