X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d62f02c44fd56836ab5c3a6183d6a89aa01be26..ee63a4fbf0d79259eb0e1e7c5b7053f4b99c7a75:/src/msg/msg_environment.cpp diff --git a/src/msg/msg_environment.cpp b/src/msg/msg_environment.cpp index b1123b3f39..d07025343e 100644 --- a/src/msg/msg_environment.cpp +++ b/src/msg/msg_environment.cpp @@ -19,10 +19,8 @@ /** \ingroup msg_simulation * \brief A platform constructor. * - * Creates a new platform, including hosts, links and the - * routing_table. - * \param file a filename of a xml description of a platform. This file - * follows this DTD : + * Creates a new platform, including hosts, links and the routing_table. + * \param file a filename of a xml description of a platform. This file follows this DTD : * * \include simgrid.dtd * @@ -47,7 +45,6 @@ void MSG_post_create_environment(void) { if(data[SIMIX_STORAGE_LEVEL]) __MSG_storage_create(xbt_dict_cursor_get_elm(cursor)); } - } msg_as_t MSG_environment_get_routing_root() { @@ -75,10 +72,6 @@ const char *MSG_environment_as_get_property_value(msg_as_t as, const char *name) return (char*) xbt_dict_get_or_null(dict, name); } -const char *MSG_environment_as_get_model(msg_as_t as) { - return surf_AS_get_model(as); -} - xbt_dynar_t MSG_environment_as_get_hosts(msg_as_t as) { return surf_AS_get_hosts(as); }