Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't test equality to 0.
[simgrid.git] / src / surf / cpu_interface.cpp
index 9f8e4bf..08cd7c4 100644 (file)
@@ -107,11 +107,6 @@ void CpuModel::updateActionsStateFull(double now, double delta)
   }
 }
 
-bool CpuModel::next_occuring_event_isIdempotent()
-{
-  return true;
-}
-
 /************
  * Resource *
  ************/