Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge before commiting VM changes - Adrien
[simgrid.git] / src / surf / surf_routing.cpp
index 32e238a..3193ec3 100644 (file)
@@ -902,8 +902,6 @@ static void routing_parse_cluster(sg_platf_cluster_cbarg_t cluster)
          xbt_dict_foreach(cluster->properties,cursor,key,data) {
                  xbt_dict_set(host.properties, key, xbt_strdup(data),free);
          }
-      } else {
-         XBT_INFO("Null properties for %s: %p",host_id,cluster->properties);
       }
       if (cluster->availability_trace && strcmp(cluster->availability_trace, "")) {
         xbt_dict_set(patterns, "radical", bprintf("%d", i), NULL);
@@ -1309,9 +1307,7 @@ void routing_register_callbacks()
   sg_platf_trace_add_cb(routing_parse_trace);
   sg_platf_trace_connect_add_cb(routing_parse_trace_connect);
 
-#ifdef HAVE_TRACING
   instr_routing_define_callbacks();
-#endif
 }
 
 /**