From 80f4255f4efe689fb70fa5da4cf28e5fbc72d865 Mon Sep 17 00:00:00 2001 From: schnorr Date: Fri, 30 Jul 2010 12:23:29 +0000 Subject: [PATCH] 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 --- src/surf/surf_routing.c | 3 --- 1 file changed, 3 deletions(-) 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() -- 2.20.1