Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only routed ASes can have bypassRoutes
[simgrid.git] / src / surf / surf_routing_generic.cpp
index a83fb94fadadc9edc460c23240569019e0abf7e6..3d7651c5ac1a32458397dabaf6cacb47e37439ef 100644 (file)
@@ -38,7 +38,6 @@ namespace surf {
 AsGeneric::AsGeneric(const char*name)
   : AsNone(name)
 {
-  bypassRoutes_ = xbt_dict_new_homogeneous((void (*)(void *)) routing_route_free);
 }
 
 AsGeneric::~AsGeneric()