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

Public GIT Repository
cosmetics in routing
[simgrid.git] / src / surf / surf_routing_dijkstra.hpp
index 6f161c19b2ee028b14ab0e228350fc308a292ad1..dd1523bfce90e026b102538d1e4d99316a2671f2 100644 (file)
@@ -56,7 +56,6 @@ public:
      * After this function returns, any node in the graph
      * will have a loopback attached to it.
      */
-  void addLoopback();
   void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t route, double *lat) override;
   void getRouteAndLatency(sg_platf_route_cbarg_t route, double *lat); // FIXME: this function is dangerously not overriding because of diverging prototype
   xbt_dynar_t getOneLinkRoutes() override;