Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the last remainings of RoutingPlatf
[simgrid.git] / src / kernel / routing / AsImpl.hpp
index ce76236..c064172 100644 (file)
@@ -16,7 +16,6 @@
 namespace simgrid {
 namespace kernel {
 namespace routing {
 namespace simgrid {
 namespace kernel {
 namespace routing {
-  class RoutingPlatf; // FIXME: KILLME
   class Onelink;
 
   /** @brief Autonomous Systems
   class Onelink;
 
   /** @brief Autonomous Systems
@@ -48,8 +47,6 @@ namespace routing {
    */
   XBT_PUBLIC_CLASS AsImpl : public s4u::As
   {
    */
   XBT_PUBLIC_CLASS AsImpl : public s4u::As
   {
-    friend simgrid::kernel::routing::RoutingPlatf;
-
   protected:
     explicit AsImpl(As * father, const char* name);
 
   protected:
     explicit AsImpl(As * father, const char* name);