Skip to content

Commit

Permalink
remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r authored and vitaut committed Jun 25, 2017
1 parent f61e71c commit 5e23fff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fmt/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,6 @@ void report_error(FormatFunc func, int error_code,
}
} // namespace

namespace internal {

// This method is used to preserve binary compatibility with fmt 3.0.
// It can be removed in 4.0.
FMT_FUNC void format_system_error(
Writer &out, int error_code, StringRef message) FMT_NOEXCEPT {
fmt::format_system_error(out, error_code, message);
}
} // namespace internal

FMT_FUNC void SystemError::init(
int err_code, CStringRef format_str, ArgList args) {
error_code_ = err_code;
Expand Down

0 comments on commit 5e23fff

Please sign in to comment.