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 a83fb94..3d7651c 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()