From 312ea85b08482b85d612f0f3707cab8b788c82af Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 10 Nov 2011 16:13:07 +0100 Subject: [PATCH] that function is so stupid that it is never called. Let's remove it --- src/surf/network_constant.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index bf3893164b..4d2fd380e3 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -144,12 +144,6 @@ static void netcste_action_set_category(surf_action_t action, const char *catego } #endif -/* returns an array of link_Constant_t */ -static xbt_dynar_t netcste_get_route(void *src, void *dst) -{ - xbt_die("Calling this function does not make any sense"); -} - static double netcste_get_link_bandwidth(const void *link) { DIE_IMPOSSIBLE; -- 2.20.1