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