diff --git a/src/mlpack/core/math/range.hpp b/src/mlpack/core/math/range.hpp index 9eae451506..6a44ab31a9 100644 --- a/src/mlpack/core/math/range.hpp +++ b/src/mlpack/core/math/range.hpp @@ -17,16 +17,11 @@ namespace mlpack { template class RangeType; -//! 3.0.0 TODO: break reverse-compatibility by changing RangeType to Range. typedef RangeType Range; /** * Simple real-valued range. It contains an upper and lower bound. * - * Note that until mlpack 3.0.0, this class is named RangeType<> and for the - * specification where T is double, you can use Range. As of mlpack 3.0.0, this - * class will be renamed Range<>. - * * @tparam T type of element held by this range. */ template