Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Quick tests show that currentContainer is always empty at this point.
[simgrid.git] / src / instr / instr_platform.cpp
index 5ceb130..694a04a 100644 (file)
@@ -454,7 +454,6 @@ void define_callbacks()
               static_cast<kernel::resource::NetworkModel*>(link.get_impl()->get_model())->get_bandwidth_factor() *
                   link.get_bandwidth());
     });
-    s4u::NetZone::on_seal_cb([](s4u::NetZone const& /*netzone*/) { currentContainer.pop_back(); });
     kernel::routing::NetPoint::on_creation.connect([](kernel::routing::NetPoint const& netpoint) {
       if (netpoint.is_router())
         new RouterContainer(netpoint.get_name(), currentContainer.back());