X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29dbba02d775b87908c34d8233290331b67d02b3..f7a66a96ebf8ee9a0315cb128b69addce1539cc8:/src/kernel/routing/AsImpl.hpp diff --git a/src/kernel/routing/AsImpl.hpp b/src/kernel/routing/AsImpl.hpp index ce762368d4..c064172b26 100644 --- a/src/kernel/routing/AsImpl.hpp +++ b/src/kernel/routing/AsImpl.hpp @@ -16,7 +16,6 @@ namespace simgrid { namespace kernel { namespace routing { - class RoutingPlatf; // FIXME: KILLME class Onelink; /** @brief Autonomous Systems @@ -48,8 +47,6 @@ namespace routing { */ XBT_PUBLIC_CLASS AsImpl : public s4u::As { - friend simgrid::kernel::routing::RoutingPlatf; - protected: explicit AsImpl(As * father, const char* name);