From: Frederic Suter Date: Tue, 11 Jul 2017 08:15:39 +0000 (+0200) Subject: remove useless declarations X-Git-Tag: v3_17~416^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7f7ac9321523c65c8c49ce4f5dfbf5f01af9b58b remove useless declarations --- diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index fb2ae08db2..9734130959 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -101,10 +101,6 @@ SG_BEGIN_DECL() XBT_PUBLIC_DATA(MSG_Global_t) msg_global; /*************************************************************/ - -XBT_PRIVATE msg_host_t __MSG_host_create(sg_host_t host); -XBT_PRIVATE void __MSG_file_destroy(msg_file_t file); - XBT_PRIVATE void MSG_process_cleanup_from_SIMIX(smx_actor_t smx_proc); XBT_PRIVATE smx_actor_t MSG_process_create_from_SIMIX(const char* name, std::function code, void* data, sg_host_t host, xbt_dict_t properties,