From f22c16b371ac671bbfa142a804a15cad2a204072 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 2 Jan 2012 16:04:29 +0100 Subject: [PATCH] this configuration option does not exist anymore (and it was useless: the AS routing mode always superseeds it) --- src/surf/network_constant.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/network_constant.c b/src/surf/network_constant.c index 62d1d01a48..d0f25db627 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -231,6 +231,5 @@ void surf_network_model_init_Constant() netcste_define_callbacks(); xbt_dynar_push(model_list, &surf_network_model); - xbt_cfg_set_string(_surf_cfg_set, "routing", "none"); routing_model_create(sizeof(double), NULL); } -- 2.20.1