X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..b47ba9d4ca3cdedcd61f4cda5bf031f8660d1c0e:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index 48c4dfa3d3..efb2c6019c 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -29,12 +29,6 @@ void _xbt_throw(char* message, xbt_errcat_t errcat, int value, const char* file, throw e; } -/** @brief shows an exception content and the associated stack if available */ -void xbt_ex_display(xbt_ex_t* e) -{ - simgrid::xbt::log_exception(xbt_log_priority_critical, "UNCAUGHT EXCEPTION", *e); -} - /** @brief returns a short name for the given exception category */ const char* xbt_ex_catname(xbt_errcat_t cat) {