X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f40be2cfa61af3f40b56dee36cd226d4f6888270..03e5a5b3408091f939c10a9237bfc23f0f405a74:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 2dc3fce17e..6b4ecd021f 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -53,8 +53,6 @@ #define XBT_ATTRIB_DEPRECATED(mesg) __attribute__((deprecated(mesg))) #endif -#define XBT_ATTRIB_DEPRECATED_v330(mesg) \ - XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.29)") #define XBT_ATTRIB_DEPRECATED_v331(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped after v3.30)") #define XBT_ATTRIB_DEPRECATED_v332(mesg) \