X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..c46aba70aa4ccf22cc19fac31d451c7158e922dd:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 4d90d1dbf7..33bacf3816 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -1,6 +1,6 @@ /* xbt/asserts.h -- assertion mecanism */ -/* Copyright (c) 2005-2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2005-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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 */