X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a817d15d9cffa7f528cccb301afb57243be4dd9c..5423275bf80828ba9e68147dc76a6fcc737826a7:/src/surf/network.c diff --git a/src/surf/network.c b/src/surf/network.c index f4327ca079..cfa1139f82 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -188,9 +188,6 @@ static link_CM02_t net_link_new(char *name, xbt_dict_set(surf_network_model->resource_set, name, nw_link, surf_resource_free); -#ifdef HAVE_TRACING - TRACE_surf_link_declaration(nw_link, name, bw_initial, lat_initial); -#endif return nw_link; }