From 3e034223cea7348123d4996e5e1e5db8e2393b54 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 8 Oct 2013 22:54:25 +0200 Subject: [PATCH 1/1] This looks unused since 2009 (commit b036991). Remove it. --- src/surf/network_constant.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index e290e10611..8d0b9daed0 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -18,7 +18,6 @@ typedef struct surf_action_network_Constant { } s_surf_action_network_Constant_t, *surf_action_network_Constant_t; 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) { @@ -126,7 +125,7 @@ static surf_action_t netcste_communicate(sg_routing_edge_t src, action->suspended = 0; - action->latency = sg_latency_factor; //random_generate(random_latency); + action->latency = sg_latency_factor; action->lat_init = action->latency; if (action->latency <= 0.0) { @@ -229,8 +228,6 @@ void surf_network_model_init_Constant() surf_network_model->set_category = netcste_action_set_category; #endif - if (!random_latency) - random_latency = random_new(RAND, 100, 0.0, 1.0, .125, .034); netcste_define_callbacks(); xbt_dynar_push(model_list, &surf_network_model); -- 2.20.1