mirror of https://github.com/CGAL/cgal
a CGAL_USE too much
This commit is contained in:
parent
4e342a0f05
commit
d1ffbee57a
|
|
@ -144,7 +144,6 @@ public:
|
||||||
result_type operator()(Forward_iterator start, Forward_iterator end) const
|
result_type operator()(Forward_iterator start, Forward_iterator end) const
|
||||||
{
|
{
|
||||||
CGAL_assertion(start!=end);
|
CGAL_assertion(start!=end);
|
||||||
CGAL_USE(d);
|
|
||||||
int d = start->dimension();
|
int d = start->dimension();
|
||||||
Matrix M(d);
|
Matrix M(d);
|
||||||
Vector b(d);
|
Vector b(d);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue