Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Routing: kill some dupplicated code
[simgrid.git] / src / surf / surf_routing_none.hpp
index 3ed7b18..b537f9d 100644 (file)
@@ -30,8 +30,6 @@ public:
    * that a new element is added to the AS currently built.
    *
    * Of course, only the routing model of this AS is informed, not every ones */
-  int parsePU(NetCard *elm) override; /* A host or a router, whatever */
-  int parseAS( NetCard *elm) override;
   void parseRoute(sg_platf_route_cbarg_t route) override;
   void parseASroute(sg_platf_route_cbarg_t route) override;
   void parseBypassroute(sg_platf_route_cbarg_t e_route) override;