From b4427e5112f361f205ed20a53d54e15d552f36ff Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Nov 2011 17:37:30 +0100 Subject: [PATCH] kill small crufts here and there --- src/surf/surf_routing.c | 1 - src/surf/surf_routing_cluster.c | 2 +- src/surf/surf_routing_none.c | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) 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 */ -- 2.20.1