X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e41cea3f1d670f198f312cfe398af95b9ed7b40..d46afc036c17f291795eaaab14ce42d0a96e3feb:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index e9faa61a05..e0279ba14b 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -71,7 +71,6 @@ #define XBT_ATTRIB_DEPRECATED(mesg) __attribute__((deprecated(mesg))) #endif -#define XBT_ATTRIB_DEPRECATED_v322(mesg) XBT_ATTRIB_DEPRECATED(mesg) /* Will be dropped in v3.22 */ #define XBT_ATTRIB_DEPRECATED_v323(mesg) \ XBT_ATTRIB_DEPRECATED(mesg " (this compatibility wrapper will be dropped in v3.23)") /* Will be dropped in v3.23 */ #define XBT_ATTRIB_DEPRECATED_v324(mesg) \