Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove another now useless function from RoutingPlat
[simgrid.git] / src / surf / surf_routing.hpp
index cd1db49..e18ccc5 100644 (file)
@@ -108,7 +108,6 @@ public:
   explicit RoutingPlatf();
   ~RoutingPlatf();
   AsImpl *root_ = nullptr;
-  std::vector<Onelink*>* getOneLinkRoutes();
   void getRouteAndLatency(NetCard *src, NetCard *dst, std::vector<Link*> * links, double *latency);
 };