]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/host_ptask_L07.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification around Host::onDestruction
[simgrid.git] / src / surf / host_ptask_L07.cpp
index 7d4b2122ba0cea803582f5181e89f25ebd5e0ab9..af348850d4b215846aef65f509940b5dff55dad6 100644 (file)
@@ -407,7 +407,6 @@ HostL07::HostL07(HostModel *model, const char* name, xbt_dict_t props, RoutingEd
 
 HostL07::~HostL07()
 {
-  this->die();
 }
 
 CpuL07::CpuL07(CpuL07Model *model, const char* name,
@@ -429,7 +428,6 @@ CpuL07::CpuL07(CpuL07Model *model, const char* name,
 
 CpuL07::~CpuL07()
 {
-  this->die();
 }
 
 LinkL07::LinkL07(NetworkL07Model *model, const char* name, xbt_dict_t props,