Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing instrumentation that is not used by MSG interface
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 30 Jul 2010 12:23:29 +0000 (12:23 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 30 Jul 2010 12:23:29 +0000 (12:23 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8076 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/surf_routing.c

index 8ed16fc..e55fd87 100644 (file)
@@ -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()