]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/asserts.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure this file can be included alone (it needs va_*, which are loaded elsewhere...
[simgrid.git] / include / xbt / asserts.h
index fc84e416fd40384cc6a0f9ecffec2f91a8273cbd..0b719eaad4d998757018174a4b106287904c4776 100644 (file)
@@ -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)