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

Public GIT Repository
throw signal from seal() directly
[simgrid.git] / src / surf / sg_platf.cpp
index 1f6de49bfcae9a5181d378310532a089c1b6a796..0be5d5243f5503cfd3d349e68df4f43873e06782 100644 (file)
@@ -470,7 +470,6 @@ void sg_platf_new_Zone_seal()
 {
   xbt_assert(current_routing, "Cannot seal the current Zone: none under construction");
   current_routing->seal();
-  simgrid::s4u::NetZone::on_seal(*current_routing->get_iface());
   current_routing = current_routing->get_parent();
 }