From: Martin Quinson Date: Thu, 10 Nov 2011 16:37:30 +0000 (+0100) Subject: kill small crufts here and there X-Git-Tag: exp_20120216~332 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b4427e5112f361f205ed20a53d54e15d552f36ff?hp=ed1436de46a7989e6ca45b6053ea1205b6715151 kill small crufts here and there --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index fb5f324915..07162fa4e0 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -37,7 +37,6 @@ static xbt_dict_t random_value = NULL; /* Global vars */ routing_global_t global_routing = NULL; AS_t current_routing = NULL; -routing_model_description_t current_routing_model = NULL; /* global parse functions */ xbt_dynar_t link_list = NULL; /* temporary store of current list link of a route */ diff --git a/src/surf/surf_routing_cluster.c b/src/surf/surf_routing_cluster.c index 8a25091a3d..d5658b627b 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -14,7 +14,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster, surf, "Routing part of surf" * Note that a router is created, easing the interconnexion with the rest of the world. */ -static xbt_dict_t cluster_host_link = NULL; /* for tag cluster */ +static xbt_dict_t cluster_host_link = NULL; /* Business methods */ static route_extended_t cluster_get_route(AS_t as, diff --git a/src/surf/surf_routing_none.c b/src/surf/surf_routing_none.c index 415f12487c..c6394d85b0 100644 --- a/src/surf/surf_routing_none.c +++ b/src/surf/surf_routing_none.c @@ -6,9 +6,6 @@ #include "surf_routing_private.h" -/* Global vars */ -extern routing_global_t global_routing; - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf"); /* Routing model structure */