From: Martin Quinson Date: Mon, 2 Jan 2012 15:04:29 +0000 (+0100) Subject: this configuration option does not exist anymore (and it was useless: the AS routing... X-Git-Tag: exp_20120216~201 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f22c16b371ac671bbfa142a804a15cad2a204072 this configuration option does not exist anymore (and it was useless: the AS routing mode always superseeds it) --- 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); }