X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32df9acdb9c57513bf704fab767117eaccdcecc9..3fc3df9c2436f1d43646969194d96f73ea3d4915:/src/msg/msg_private.h?ds=sidebyside diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index e675c36740..0f35f3b21f 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -73,9 +73,6 @@ typedef struct simdata_file { smx_file_t smx_file; } s_simdata_file_t; -XBT_PRIVATE int __MSG_host_get_file_descriptor_id(msg_host_t host); -XBT_PRIVATE void __MSG_host_release_file_descriptor_id(msg_host_t host, int id); - /******************************* Process *************************************/ typedef struct simdata_process {