X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6c8108ddea55a6c199759bac3bd4f8ca4daf2c..36fa571a13985879dc627c70ecc2340af606aa42:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index a60b0bf526..1712ea9121 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -10,7 +10,6 @@ #include "host_clm03.hpp" -#include "VirtualMachineImpl.hpp" #include "cpu_cas01.hpp" #include "simgrid/sg_config.h" @@ -69,7 +68,7 @@ double HostCLM03Model::nextOccuringEvent(double now){ } void HostCLM03Model::updateActionsState(double /*now*/, double /*delta*/){ - return; + /* I won't do what you tell me */ } }