X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..c46aba70aa4ccf22cc19fac31d451c7158e922dd:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 58c226d4e5..33bacf3816 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -41,17 +41,6 @@ SG_BEGIN_DECL() do { if (!(cond)) THROWF(0, 0, __VA_ARGS__); } while (0) #endif -#ifdef XBT_USE_DEPRECATED - -#define xbt_assert0(...) xbt_assert(__VA_ARGS__) -#define xbt_assert1(...) xbt_assert(__VA_ARGS__) -#define xbt_assert2(...) xbt_assert(__VA_ARGS__) -#define xbt_assert3(...) xbt_assert(__VA_ARGS__) -#define xbt_assert4(...) xbt_assert(__VA_ARGS__) -#define xbt_assert5(...) xbt_assert(__VA_ARGS__) -#define xbt_assert6(...) xbt_assert(__VA_ARGS__) - -#endif /** @} */ SG_END_DECL() #endif /* _XBT_ASSERTS_H */