From 3c0a57693b072eae5ae690baf5a0c12e813ceaa5 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 8 Mar 2019 14:09:34 +0100 Subject: [PATCH 1/1] Put XBT_ATTRIB_DEPRECATED at proper place. --- include/simgrid/msg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.20.1