diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index fe514fac5f5e..0f8af080d203 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -444,7 +444,6 @@ inline std::chrono::duration get_milliseconds( // this may overflow and/or the result may not fit in the // target type. #if FMT_SAFE_DURATION_CAST - // if(std::ratio_less>::value) { using CommonSecondsType = typename std::common_type::type; int ec;