diff --git a/include/fmt/format.h b/include/fmt/format.h index ecfc3c5f..80702a3e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -70,15 +70,6 @@ #else # define FMT_HAS_BUILTIN(x) 0 #endif -FMT_BEGIN_NAMESPACE -// terror == terminating error -[[noreturn]] inline void terror(const char msg_[BUFSIZ]) { - ::puts("\n\n\nFast exit on {fmt} error with message: "); - ::puts(msg_); - ::perror("\nPOSIX error message: "); - std::exit(EXIT_FAILURE); -} -FMT_END_NAMESPACE FMT_BEGIN_NAMESPACE // terror == terminating error