X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5b4648bcb7aa3c1174e25c9f3cd28867b3b2871..10f12acec06b772d960500524bbbaf2d5d48c08b:/src/surf/cpu_interface.cpp diff --git a/src/surf/cpu_interface.cpp b/src/surf/cpu_interface.cpp index 840c9a814c..b07f84f9fa 100644 --- a/src/surf/cpu_interface.cpp +++ b/src/surf/cpu_interface.cpp @@ -54,7 +54,6 @@ Cpu::Cpu(s4u::Host* host, const std::vector& 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; }