From: schnorr Date: Fri, 30 Jul 2010 12:23:29 +0000 (+0000) Subject: removing instrumentation that is not used by MSG interface X-Git-Tag: v3_5~745 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/80f4255f4efe689fb70fa5da4cf28e5fbc72d865 removing instrumentation that is not used by MSG interface git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8076 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 8ed16fc65b..e55fd87684 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -1087,9 +1087,6 @@ void routing_add_host(char* host_id) DEBUG2("Seen host %s (#%d)",host_id,used_routing->host_count); *val = used_routing->host_count++; xbt_dict_set(used_routing->host_id,host_id,val,xbt_free); - #ifdef HAVE_TRACING - TRACE_surf_host_define_id (host_id, *val); - #endif } void routing_set_routes()