X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc01999f5003e51cc1d12f93647999a1a143f23..afd3a47e007a0f91d206cc2e47b69b4b86970fc2:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index 230e330c0d..ad829c2169 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -27,7 +27,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_exception, xbt, "Exceptions"); namespace simgrid { namespace xbt { -WithContextException::~WithContextException() {} +WithContextException::~WithContextException() = default; void logException( e_xbt_log_priority_t prio, @@ -132,8 +132,3 @@ void installExceptionHandler() } } - -void xbt_set_terminate() -{ - simgrid::xbt::installExceptionHandler(); -}