Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
push up a method in the surf::Host hierarchy
[simgrid.git] / src / surf / host_clm03.cpp
index f49434e..f0c3459 100644 (file)
@@ -128,7 +128,6 @@ HostCLM03::HostCLM03(HostModel *model, const char* name, xbt_dict_t properties,
 
 HostCLM03::~HostCLM03()
 {
-  this->die();
 }
 
 bool HostCLM03::isUsed(){
@@ -148,10 +147,6 @@ Action *HostCLM03::sleep(double duration) {
   return p_cpu->sleep(duration);
 }
 
-e_surf_resource_state_t HostCLM03::getState() {
-  return p_cpu->getState();
-}
-
 /**********
  * Action *
  **********/