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 230ca5c45450f274a8b2ceb2d249f52adbd12a15..ffd0c035625e6744994cb30c17572663303a91bb 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