Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove another now useless function from RoutingPlat
[simgrid.git] / src / surf / surf_routing.cpp
index d4cd3d5..e23d601 100644 (file)
@@ -100,13 +100,6 @@ void RoutingPlatf::getRouteAndLatency(NetCard *src, NetCard *dst, std::vector<Li
   AsImpl::getRouteRecursive(src, dst, route, latency);
 }
 
-std::vector<Onelink*>* RoutingPlatf::getOneLinkRoutes()
-{
-  std::vector<Onelink*>* res = new std::vector<Onelink*>();
-  root_->getOneLinkRoutes(res);
-  return res;
-}
-
 }}}
 
 /* ************************************************************************** */