diff --git a/debug.ipp b/debug.ipp index 9720bbc1..64287c09 100644 --- a/debug.ipp +++ b/debug.ipp @@ -101,7 +101,5 @@ constexpr void panic [[noreturn]] (const char (&fmt)[N], const Args& ...args) { - ! fmt - ? panic ("unreachable constexpr panic helper") - : util::debug::detail::panic (fmt, args...); + util::debug::detail::panic (fmt, args...); }