X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2dba2db9e7afc3db8eb181ae8f85e09a6399d1d5..3736e0252d96679e19cfbe41f3c09833d3734386:/src/surf/network_constant.c 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;