Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the deprecated now unused config variable 'routing'
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Dec 2011 20:58:32 +0000 (21:58 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 25 Dec 2011 20:58:32 +0000 (21:58 +0100)
src/surf/surf_config.c

index 4ae49e1..c2373a6 100644 (file)
@@ -374,11 +374,6 @@ void surf_config_init(int *argc, char **argv)
 
     xbt_free(description);
 
 
     xbt_free(description);
 
-    default_value = xbt_strdup("Full");
-    xbt_cfg_register(&_surf_cfg_set, "routing",
-                     "Model to use to store the routing information",
-                     xbt_cfgelm_string, &default_value, 1, 1, NULL, NULL);
-
     xbt_cfg_register(&_surf_cfg_set, "network/TCP_gamma",
                      "Size of the biggest TCP window (cat /proc/sys/net/ipv4/tcp_[rw]mem for recv/send window; Use the last given value, which is the max window size)",
                      xbt_cfgelm_double, NULL, 1, 1,
     xbt_cfg_register(&_surf_cfg_set, "network/TCP_gamma",
                      "Size of the biggest TCP window (cat /proc/sys/net/ipv4/tcp_[rw]mem for recv/send window; Use the last given value, which is the max window size)",
                      xbt_cfgelm_double, NULL, 1, 1,