X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31077d64ac51b75cdfecb8aea7baf854ae1032a8..13025e8ea0f4fccfb16bc3214ed42aefa1b8d9d9:/src/surf/surfxml_parseplatf.c diff --git a/src/surf/surfxml_parseplatf.c b/src/surf/surfxml_parseplatf.c index 45db0f379a..9f2e6de3f5 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -193,7 +193,5 @@ void parse_platform_file(const char *file) surf_parse_close(); if (parse_status) xbt_die("Parse error in %s", file); - - surf_config_models_create_elms(); }