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::machep(); const Scalar maxlog = numext::log(NumTraits::highest()); - const Scalar nan = NumTraits::quiet_NaN(); double ans, ax, c, r;