Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC_smx_actor_get_name() implemented in Api class, it renamed to actor_get_name().
[simgrid.git] / src / mc / mc_smx.hpp
index ffd0c03..78566f0 100644 (file)
@@ -38,7 +38,6 @@
  *  @param req     the simcall (copied in the local process)
  */
 
-XBT_PRIVATE const char* MC_smx_actor_get_name(smx_actor_t p);
 XBT_PRIVATE unsigned long MC_smx_get_maxpid();
 
 #endif