Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the rootAS from routing_platf into the EngineImpl
[simgrid.git] / src / surf / surf_routing.cpp
index a360296..777f4d7 100644 (file)
@@ -107,7 +107,4 @@ void routing_exit() {
 }
 
 simgrid::kernel::routing::RoutingPlatf::RoutingPlatf() = default;
-simgrid::kernel::routing::RoutingPlatf::~RoutingPlatf()
-{
-  delete root_;
-}
+simgrid::kernel::routing::RoutingPlatf::~RoutingPlatf() = default;