Skip to content

Commit

Permalink
review comment: leftover garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 17, 2019
1 parent 84eea80 commit df19bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ inline std::chrono::duration<Rep, std::milli> 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<Period,std::ratio<1>>::value) {
using CommonSecondsType =
typename std::common_type<decltype(d), std::chrono::seconds>::type;
int ec;
Expand Down

0 comments on commit df19bc8

Please sign in to comment.