Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do the Right Thing for the host_(get/set)_pstate
[simgrid.git] / src / simix / libsmx.cpp
index 7d1ff6e..4f1d8cd 100644 (file)
@@ -63,13 +63,6 @@ double simcall_host_get_power_peak_at(sg_host_t host, int pstate_index)
   return host->getPowerPeakAt(pstate_index);
 }
 
-/** \ingroup simix_host_management
- * \deprecated */
-void simcall_host_set_pstate(sg_host_t host, int pstate_index)
-{
-  host->setPstate(pstate_index);
-}
-
 /** \ingroup simix_host_management
  * \deprecated */
 double simcall_host_get_wattmin_at(msg_host_t host, int pstate)