Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / mc / mc_smx.hpp
index 3c7165d6d4f9a80ce1d1d747314a4fe9e8e0ad35..e46a1ee529f66fab111378b27ff921797df59954 100644 (file)
@@ -42,8 +42,6 @@ XBT_PRIVATE smx_actor_t MC_smx_simcall_get_issuer(s_smx_simcall const* req);
 XBT_PRIVATE const char* MC_smx_actor_get_name(smx_actor_t p);
 XBT_PRIVATE const char* MC_smx_actor_get_host_name(smx_actor_t p);
 
-XBT_PRIVATE int MC_smpi_process_count(void);
-
 XBT_PRIVATE unsigned long MC_smx_get_maxpid(void);
 
 #endif