]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/cpu_interface.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce smpi::Process
[simgrid.git] / src / surf / cpu_interface.hpp
index c369f3af8631eb2f2bec6d0052943aaf96aa1acc..ed0aa26a70a9367e72e99c59b9d2028933657695 100644 (file)
@@ -105,7 +105,6 @@ public:
   virtual double getAvailableSpeed();
 
   /** @brief Get the current Cpu computational speed */
-  virtual double getPstateSpeedCurrent();
   virtual double getPstateSpeed(int pstate_index);
 
   virtual int getNbPStates();