Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a now useless function
[simgrid.git] / src / surf / ptask_L07.cpp
index a986926..3ca0d7c 100644 (file)
@@ -40,8 +40,6 @@ HostL07Model::HostL07Model() : HostModel() {
   maxminSystem_->solve_fun = &bottleneck_solve;
   surf_network_model = new NetworkL07Model(this,maxminSystem_);
   surf_cpu_model_pm = new CpuL07Model(this,maxminSystem_);
-
-  routing_model_create();
 }
 
 HostL07Model::~HostL07Model() = default;