Remove redundant variable.

This commit is contained in:
Marc Glisse 2016-04-16 19:10:41 +02:00
parent 2956ea2969
commit 630d42c60d
1 changed files with 0 additions and 1 deletions

View File

@ -687,7 +687,6 @@ template <class R_> struct Construct_circumcenter : Store_kernel<R_> {
typedef typename LAd::Vector Vec;
typename Get_functor<R_, Scalar_product_tag>::type sp(this->kernel());
int k=static_cast<int>(std::distance(f,e));
int d=pd(p0);
Matrix m(k,k);
Vec b(k);
Vec l(k);