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.hpp
index 798e4c8..0d99e6a 100644 (file)
@@ -107,7 +107,6 @@ XBT_PUBLIC_CLASS RoutingPlatf {
 public:
   explicit RoutingPlatf();
   ~RoutingPlatf();
-  AsImpl *root_ = nullptr;
 };
 
 }}}