Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the now empty RoutingPlatf datatype \o/
[simgrid.git] / src / surf / surf_routing.hpp
index 0d99e6a..01a39c9 100644 (file)
@@ -100,15 +100,6 @@ public:
   Link* link_;
 };
 
-/** @ingroup SURF_routing_interface
- * @brief The class representing a whole routing platform
- */
-XBT_PUBLIC_CLASS RoutingPlatf {
-public:
-  explicit RoutingPlatf();
-  ~RoutingPlatf();
-};
-
 }}}
 
 #endif /* NETWORK_ROUTING_HPP_ */