X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d02714ee138a3bd9b02e0064b7a2aa26407e9e8..e2f4c322102dab25d663a761157720cbbb11702d:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index 41db24db88..82b64eeabf 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -172,15 +172,6 @@ void install_exception_handler() previous_terminate_handler = std::set_terminate(handler); }); } -// deprecated -void logException(e_xbt_log_priority_t priority, const char* context, std::exception const& exception) -{ - log_exception(priority, context, exception); -} -void installExceptionHandler() -{ - install_exception_handler(); -} } // namespace xbt } // namespace simgrid