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

Public GIT Repository
Make sure min and max macro are declared everywhere in simgrid
[simgrid.git] / include / xbt / asserts.h
index 0f3ccb7f0c35cfce1e3914fe6591650277de240b..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)