Deleted unused variable

This commit is contained in:
Benoit Steiner 2016-04-28 14:14:48 -07:00
parent 40d1e2f8c7
commit a5d4545083

View File

@ -741,7 +741,6 @@ struct igamma_impl {
const Scalar one = 1;
const Scalar machep = igamma_helper<Scalar>::machep();
const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
const Scalar nan = NumTraits<Scalar>::quiet_NaN();
double ans, ax, c, r;