Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC_smx_actor_get_host_name() implemented in Api, it renamed to actor_get_host_name()
[simgrid.git] / src / mc / mc_smx.hpp
index 230ca5c..ffd0c03 100644 (file)
@@ -39,8 +39,6 @@
  */
 
 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 unsigned long MC_smx_get_maxpid();
 
 #endif