Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding test example to trace process migration using the mask TRACE_PROCESS
[simgrid.git] / include / xbt / asserts.h
index d5b9b9d..6bcd297 100644 (file)
@@ -12,7 +12,7 @@
 #include "xbt/misc.h"
 #include "xbt/log.h"
 #include "xbt/ex.h"
-  
+
 SG_BEGIN_DECL()
 
 /**
@@ -24,9 +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)
 #define xbt_assert0(cond,msg)
@@ -55,10 +52,6 @@ void xbt_die(const char *msg) _XBT_GNUC_NORETURN;
      /** @hideinitializer  */
 #define xbt_assert6(cond,msg,a,b,c,d,e,f) if (!(cond)) THROW6(0,0,msg,a,b,c,d,e,f)
 #endif
-     
-
-/** @} */     
-  
-SG_END_DECL()
-
+/** @} */
+  SG_END_DECL()
 #endif /* _XBT_ASSERTS_H */