From b15387511bf0c053e55724f67b63e1c1dad99465 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Nov 2011 11:57:22 +0100 Subject: [PATCH] kill unused function --- src/surf/surf_routing_cluster.c | 3 --- src/surf/surf_routing_private.h | 1 - 2 files changed, 4 deletions(-) diff --git a/src/surf/surf_routing_cluster.c b/src/surf/surf_routing_cluster.c index 45f09cc486..a0a92d83bd 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -55,9 +55,6 @@ routing_component_t model_cluster_create(void) return (routing_component_t) new_component; } -void model_cluster_unload(void) { -// xbt_dict_free(&cluster_host_link); //FIXME: do it once the module management is clean in routing -} void surf_routing_cluster_add_link(const char* host_id,surf_parsing_link_up_down_t info) { if(!cluster_host_link) diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index 365244dbf7..269de6b77c 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -74,7 +74,6 @@ routing_component_t model_rulebased_create(void); /* create structures for /* ************************************************** */ /* ************** Cluster ROUTING **************** */ routing_component_t model_cluster_create(void); /* create structures for cluster routing model */ -void model_cluster_unload(void); /* Finalize the routing model */ void surf_routing_cluster_add_link(const char* host_id,surf_parsing_link_up_down_t info); -- 2.20.1