Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make k:r:Cpu::speed_per_pstate_ private as it should
[simgrid.git] / src / surf / cpu_cas01.hpp
index 0009db9..da01315 100644 (file)
@@ -44,8 +44,6 @@ public:
 
   bool is_used() override;
 
 
   bool is_used() override;
 
-  std::vector<double> * getSpeedPeakList(); // FIXME: killme to hide our internals
-
 protected:
   void onSpeedChange() override;
 };
 protected:
   void onSpeedChange() override;
 };