Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups to all our next_occuring_event functions
[simgrid.git] / src / surf / cpu_cas01.cpp
index 5294f60..50c92d0 100644 (file)
@@ -82,11 +82,6 @@ Cpu *CpuCas01Model::createCpu(simgrid::s4u::Host *host, std::vector<double> *spe
   return new CpuCas01(this, host, speedPerPstate, core);
 }
 
-double CpuCas01Model::next_occuring_event_full(double /*now*/)
-{
-  return shareResourcesMaxMin(getRunningActionSet(), maxminSystem_, lmm_solve);
-}
-
 /************
  * Resource *
  ************/