X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ac272e25e5f27abe5c854124acb21a2d9bcc435..d0ffc37686edcc803601f76ab51fdfed5fc2f241:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index 6b177d6ab4..13fff27765 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -2,7 +2,6 @@ #include "surf/random_mgr.h" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_network); -static random_data_t random_latency = NULL; static int host_number_int = 0; static void netcste_count_hosts(sg_platf_host_cbarg_t h) { @@ -17,9 +16,6 @@ void surf_network_model_init_Constant() xbt_assert(surf_network_model == NULL); surf_network_model = new NetworkConstantModel(); - if (!random_latency) - random_latency = random_new(RAND, 100, 0.0, 1.0, .125, .034); - sg_platf_host_add_cb(netcste_count_hosts); ModelPtr model = static_cast(surf_network_model);