X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9369cff380b2b3ec9ee6e4d7a682dec681ad31bf..212ba1c7e2879dd2e1073ad93f98e590c228352b:/src/simdag/sd_global.cpp diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index f506061bd0..426db94799 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -76,24 +76,6 @@ void SD_config(const char *key, const char *value){ xbt_cfg_set_as_string(_sg_cfg_set, key, value); } -/** - * \brief Reinits the application part of the simulation (experimental feature) - * - * This function allows you to run several simulations on the same platform - * by resetting the part describing the application. - * - * @warning: this function is still experimental and not perfect. For example, - * the simulation clock (and traces usage) is not reset. So, do not use it if - * you use traces in your simulation, and do not use absolute timing after - * using it. - * That being said, this function is still precious if you want to compare a - * bunch of heuristics on the same platforms. - */ -void SD_application_reinit(void) -{ - xbt_die("This function is not working since the C++ links and others. Please report the problem if you really need that function."); -} - /** * \brief Creates the environment *