Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release (3.30).
[simgrid.git] / include / simgrid / engine.h
index 35c5be5..0ef4599 100644 (file)
@@ -47,9 +47,6 @@ XBT_PUBLIC double simgrid_get_clock();
  * is assumed to be the maestro. */
 XBT_PUBLIC void simgrid_set_maestro(void (*code)(void*), void* data);
 
-/** Retrieve the number of actors in the simulation */
-XBT_ATTRIB_DEPRECATED_v330("Please use sg_actor_count()") XBT_PUBLIC int simgrid_get_actor_count();
-
 /** @brief Allow other libraries to react to the --help flag, too
  *
  * When finding --help on the command line, simgrid usually stops right after displaying its help message.