Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move globals to EngineImpl
[simgrid.git] / src / surf / cpu_interface.cpp
index 840c9a8..b07f84f 100644 (file)
@@ -54,7 +54,6 @@ Cpu::Cpu(s4u::Host* host, const std::vector<double>& speed_per_pstate)
 {
   speed_.scale = 1;
   speed_.peak     = speed_per_pstate_.front();
-  // FIXME[donassolo]: don't set here.. everytime I take half an hour to discover where it comes
   host->pimpl_cpu = this;
 }