]> 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 d5b9b9da5c7394efd7e155cece640578be31027d..0b719eaad4d998757018174a4b106287904c4776 100644 (file)
@@ -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)