X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/118d3f4ca3b1f74eb632dec688ca5c7dfab7f1ba..455435b8a7cc8d84037aa66104a73d4760d9666f:/src/surf/surf_routing.hpp diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index 878ffc9915..d42dac9dbf 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -26,18 +26,6 @@ namespace routing { XBT_PUBLIC_DATA(simgrid::xbt::signal) asCreatedCallbacks; -/*********** - * Classes * - ***********/ - -class AsRoute { -public: - explicit AsRoute(NetCard* gwSrc, NetCard* gwDst) : gw_src(gwSrc), gw_dst(gwDst) {} - const NetCard* gw_src; - const NetCard* gw_dst; - std::vector links; -}; - }}} #endif /* NETWORK_ROUTING_HPP_ */