mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Remove unnecessary fmt::throw_exception destructor body
Tested with GCC and Clang in Debug mode, it now works.
This commit is contained in:
parent
5662867730
commit
c66b155dcb
1 changed files with 0 additions and 7 deletions
|
@ -298,14 +298,7 @@ namespace fmt
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#if defined(_DEBUG)
|
|
||||||
[[noreturn]] ~throw_exception()
|
|
||||||
{
|
|
||||||
__builtin_unreachable();
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
[[noreturn]] ~throw_exception();
|
[[noreturn]] ~throw_exception();
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue