diff --git a/Utilities/StrFmt.h b/Utilities/StrFmt.h index 5eba199e26..ac503de277 100644 --- a/Utilities/StrFmt.h +++ b/Utilities/StrFmt.h @@ -392,10 +392,6 @@ namespace fmt { raw_throw_exception(src_loc, reinterpret_cast(fmt), type_info_v, fmt_args_t{fmt_unveil::get(args)...}); } - -#if !defined(_MSC_VER) || defined(__clang__) - [[noreturn]] ~throw_exception(); -#endif }; template