X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25b31efeeec9e1c74b5260269eff7793a8b6e002..a185be0269391eb526a7d6e34e3ff917a1908ad1:/src/surf/network.c?ds=sidebyside diff --git a/src/surf/network.c b/src/surf/network.c index 767a0c5d6d..e7292f1973 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -415,10 +415,6 @@ static surf_action_t communicate(const char *src_name, const char *dst_name,int /* LARGE PLATFORMS HACK: expand also with src->link and dst->link */ - /* Cleanup route if required */ - if(used_routing->finalize_route) - used_routing->finalize_route(route); - XBT_OUT; return (surf_action_t) action;