X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c6dbbace82c3bc6f359a03dde46b677fa1efaaf..be27c3513d2b7d273749db733659600b10dc0a54:/src/simix/libsmx.cpp diff --git a/src/simix/libsmx.cpp b/src/simix/libsmx.cpp index 7d1ff6e0d8..4f1d8cd0fd 100644 --- a/src/simix/libsmx.cpp +++ b/src/simix/libsmx.cpp @@ -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)