From df19bc87ccff77d4bedf54fa3d3992f78ef699bd Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Mon, 17 Jun 2019 19:47:30 +0200 Subject: [PATCH] review comment: leftover garbage --- include/fmt/chrono.h | 1 - 1 file changed, 1 deletion(-) 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;