X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a67ada65709ed3a4b7384dcb9d1fc814da98d29b..ddabdf505ca5684fbcc0a4000ca27b89b4732abc:/src/surf/surf_routing_generic.cpp diff --git a/src/surf/surf_routing_generic.cpp b/src/surf/surf_routing_generic.cpp index a83fb94fad..3d7651c5ac 100644 --- a/src/surf/surf_routing_generic.cpp +++ b/src/surf/surf_routing_generic.cpp @@ -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()