diff --git a/modules/beast_core/diagnostic/Throw.h b/modules/beast_core/diagnostic/Throw.h index 314c5b104..e5c86f1b4 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; }