From: Arnaud Giersch Date: Fri, 8 Mar 2019 13:09:34 +0000 (+0100) Subject: Put XBT_ATTRIB_DEPRECATED at proper place. X-Git-Tag: v3_22~136 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3c0a57693b072eae5ae690baf5a0c12e813ceaa5?hp=26191079786a3ba1bd8d8c00c1931cb487635876 Put XBT_ATTRIB_DEPRECATED at proper place. --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 7a3e616dff..29ce2e3cd0 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -441,9 +441,8 @@ XBT_PUBLIC int MSG_barrier_wait(msg_bar_t bar); /* ****************************************************************************************** */ /* DO NOT USE this nasty pimple (unless if you're writing a binding) */ -XBT_PUBLIC smx_context_t XBT_ATTRIB_DEPRECATED_v323("MSG_process_get_smx_ctx is deprecated. Please contact us if you need it.") -MSG_process_get_smx_ctx(msg_process_t process); + XBT_PUBLIC smx_context_t MSG_process_get_smx_ctx(msg_process_t process); #ifdef __cplusplus }