aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-28 14:14:48 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-04-28 14:14:48 -0700
commita5d454508393541f370a3f9a0fd9a65888cfb7c8 (patch)
treec116365a1a79a185cdd44828087d4295c643c174
parent40d1e2f8c7a85b7c0522d11d6e3d0c6a18bc9721 (diff)
Deleted unused variable
-rw-r--r--Eigen/src/Core/SpecialFunctions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Core/SpecialFunctions.h b/Eigen/src/Core/SpecialFunctions.h
index 10ff4371e..1ec0fb325 100644
--- a/Eigen/src/Core/SpecialFunctions.h
+++ b/Eigen/src/Core/SpecialFunctions.h
@@ -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;