X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06e3509f987adba93a8b004710448daa6da8725d..e214324e1ba8c350fc21ed42e2f0d111665770f5:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 55dd9e2c63..9d52382fe2 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -149,7 +149,6 @@ typedef enum { typedef struct s_routing_component *routing_component_t; typedef struct s_routing_component { xbt_dict_t to_index; /* char* -> network_element_t */ - xbt_dict_t parse_routes; /* store data during the parse process */ xbt_dict_t bypassRoutes; /* store bypass routes */ model_type_t routing; e_surf_routing_hierarchy_t hierarchy;