X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/850b11f6847edce3023ef068f2df7417691e2df3..948123777fd4d4ba34d203d29936888075ea04e1:/src/surf/surf_routing_generic.hpp diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index 96ffd16dbf..29c4dd686e 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -36,9 +36,6 @@ public: virtual void parseBypassroute(sg_platf_route_cbarg_t e_route) override; virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order); - virtual As *asExist(As *to_find); - virtual As *autonomousSystemExist(char *element); - virtual As *processingUnitsExist(char *element); virtual void srcDstCheck(NetCard *src, NetCard *dst); };