X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de3dfb527a418c04e54118a3ed7ee83d7ceb2a4c..86cd0192ed278be94c173e011ed9df47a555328a:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index ff5fbbbf79..d5d78dfa42 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -580,10 +580,6 @@ XBT_PUBLIC(void) surf_exit(void); XBT_PUBLIC_DATA(xbt_dict_t) current_property_set; /* the prop set for the currently parsed element (also used in SIMIX) */ void parse_properties(void); -/* Prototypes for functions handling routing and were factorized succesfully from the models */ -void init_data(void); -void parse_route_elem(void); - /* surf parse file related (public because called from a test suite) */ XBT_PUBLIC(void) parse_platform_file(const char* file); @@ -605,9 +601,7 @@ XBT_PUBLIC_DATA(int) route_action; /* This is used by all models when creating the routing table while parsing */ XBT_PUBLIC_DATA(xbt_dict_t) route_table; XBT_PUBLIC_DATA(xbt_dict_t) route_multi_table; -XBT_PUBLIC_DATA(xbt_dict_t) route_table; XBT_PUBLIC_DATA(xbt_dict_t) route_multi_table; -XBT_PUBLIC_DATA(xbt_dynar_t) route_link_list; /* For the trace and trace:connect tag (store their content till the end of the parsing) */ XBT_PUBLIC_DATA(xbt_dict_t) traces_set_list;