X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c8772e246f9958e172ada583011fcee1bf58a93..78fee3006db95dc64540374a81299f6c9f01ac4a:/src/surf/network_constant.c diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index 2b0b2edf62..4bc123c58b 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -6,7 +6,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf_private.h" -#include "network_common.h" #include "surf/random_mgr.h" #include "xbt/dict.h" #include "xbt/str.h" @@ -21,7 +20,6 @@ typedef struct surf_action_network_Constant { XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_network); static random_data_t random_latency = NULL; -static int card_number = 0; static int host_number = 0; static void count_hosts(void) @@ -187,8 +185,6 @@ static void finalize(void) { surf_model_exit(surf_network_model); surf_network_model = NULL; - - card_number = 0; } static void surf_network_model_init_internal(void)