Remove more deprecated code.

This commit is contained in:
Victor Zverovich
2014-07-01 09:15:20 -07:00
parent 2dc108b31f
commit 39166f9aa9
2 changed files with 2 additions and 120 deletions
-4
View File
@@ -1093,10 +1093,6 @@ void fmt::ReportSystemError(
}
#ifdef _WIN32
void fmt::WinErrorSink::operator()(const Writer &w) const {
throw WindowsError(error_code_, w.c_str());
}
void fmt::ReportWinError(
int error_code, fmt::StringRef message) FMT_NOEXCEPT(true) {
// FIXME: FormatWinErrorMessage may throw