Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless declarations
[simgrid.git] / src / msg / msg_private.h
index fb2ae08..9734130 100644 (file)
@@ -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<void()> code, void* data,
                                                       sg_host_t host, xbt_dict_t properties,