X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e18ccad74ce3d49299f1da9022c5d5e4ee76918..7f5f608dc2606cc595232e9eee012ca46a13a6cb:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index d5b9b9da5c..0b719eaad4 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -24,8 +24,6 @@ SG_BEGIN_DECL() * * @{ */ -void xbt_abort(void) _XBT_GNUC_NORETURN; -void xbt_die(const char *msg) _XBT_GNUC_NORETURN; #ifdef NDEBUG #define xbt_assert(cond)