diff --git a/modules/beast_core/diagnostic/Throw.h b/modules/beast_core/diagnostic/Throw.h index 314c5b1047..e5c86f1b4a 100644 --- a/modules/beast_core/diagnostic/Throw.h +++ b/modules/beast_core/diagnostic/Throw.h @@ -31,10 +31,8 @@ extern void breakPoint (); }; template -inline void Throw (Exception const& e, char const* = "", int = 0) +void Throw (Exception const& e, char const* = "", int = 0) { - Debug::breakPoint (); - throw e; }