0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 23:08:20 +02:00

Update magick.cc

This commit is contained in:
disobeyedtoast 2020-03-27 02:30:00 +00:00 committed by GitHub
parent 27324d42bc
commit 04ab35988b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ namespace ircd::magick
struct transform;
[[noreturn]] static void handle_exception(const ExceptionType, const char *, const char *);
[[noreturn]] static void handle_fatal(const ExceptionType, const char *, const char *) noexcept;
[[noreturn]] static void handle_fatal(const ExceptionType, const char *, const char *);
static void handle_error(const ExceptionType, const char *, const char *) noexcept;
static void handle_warning(const ExceptionType, const char *, const char *) noexcept;
static void handle_log(const ExceptionType, const char *) noexcept;
@ -913,7 +913,6 @@ void
ircd::magick::handle_fatal(const ExceptionType type,
const char *const reason,
const char *const description)
noexcept
{
log::critical
{