Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove parse_routes table.
[simgrid.git] / src / surf / surf_private.h
index 55dd9e2..9d52382 100644 (file)
@@ -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;