From: Martin Quinson Date: Thu, 10 Nov 2011 15:13:07 +0000 (+0100) Subject: that function is so stupid that it is never called. Let's remove it X-Git-Tag: exp_20120216~349 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/312ea85b08482b85d612f0f3707cab8b788c82af that function is so stupid that it is never called. Let's remove it --- 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;