From: navarro Date: Tue, 22 May 2012 13:42:31 +0000 (+0200) Subject: Forget to remove this line from previous commit X-Git-Tag: v3_8~694^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/969c4d5b6e082b4dd45e8be03c7b03c21a70ab1a Forget to remove this line from previous commit --- diff --git a/src/surf/network.c b/src/surf/network.c index 5e94b3af0c..00a3bd2025 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -55,8 +55,6 @@ int sg_network_crosstraffic = 0; xbt_dict_t gap_lookup = NULL; -static void net_update_action_remaining_lazy(surf_action_network_CM02_t action, double now); - /******************************************************************************/ /* Factors callbacks */ /******************************************************************************/