| commit | a5d454508393541f370a3f9a0fd9a65888cfb7c8 | [log] [tgz] |
|---|---|---|
| author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Thu Apr 28 14:14:48 2016 -0700 |
| committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Thu Apr 28 14:14:48 2016 -0700 |
| tree | c116365a1a79a185cdd44828087d4295c643c174 | |
| parent | 40d1e2f8c7a85b7c0522d11d6e3d0c6a18bc9721 [diff] |
Deleted unused variable
diff --git a/Eigen/src/Core/SpecialFunctions.h b/Eigen/src/Core/SpecialFunctions.h index 10ff437..1ec0fb3 100644 --- a/Eigen/src/Core/SpecialFunctions.h +++ b/Eigen/src/Core/SpecialFunctions.h
@@ -741,7 +741,6 @@ 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;