Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar by removing useless asignments and return statements
[simgrid.git] / src / surf / host_clm03.cpp
index 7a4686e..1712ea9 100644 (file)
@@ -68,7 +68,7 @@ double HostCLM03Model::nextOccuringEvent(double now){
 }
 
 void HostCLM03Model::updateActionsState(double /*now*/, double /*delta*/){
-  return;
+  /* I won't do what you tell me */
 }
 
 }