Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill small crufts here and there
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 16:37:30 +0000 (17:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 17:44:53 +0000 (18:44 +0100)
src/surf/surf_routing.c
src/surf/surf_routing_cluster.c
src/surf/surf_routing_none.c

index fb5f324..07162fa 100644 (file)
@@ -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 */
index 8a25091..d5658b6 100644 (file)
@@ -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,
index 415f124..c6394d8 100644 (file)
@@ -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 */