From 7610c5362aada006177960c790b9dc5d2f4abd3b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 8 Apr 2018 11:54:22 -0700 Subject: [PATCH] Remove unused macro --- include/fmt/format.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 7da5d996..c1180c53 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -104,15 +104,6 @@ # endif #endif -// Use the compiler's attribute noreturn. -#if defined(__MINGW32__) || defined(__MINGW64__) -# define FMT_NORETURN __attribute__((noreturn)) -#elif FMT_HAS_CPP_ATTRIBUTE(noreturn) -# define FMT_NORETURN [[noreturn]] -#else -# define FMT_NORETURN -#endif - #ifndef FMT_USE_USER_DEFINED_LITERALS // For Intel's compiler both it and the system gcc/msc must support UDLs. # if (FMT_HAS_FEATURE(cxx_user_literals) || \