X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..f67e9f5d0e553ae935bd6cad29df46f1565173bf:/src/xbt/xbt_main.cpp diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 6cf96b8ede..dc5441573e 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -92,7 +92,6 @@ static void xbt_preinit() _set_output_format(_TWO_DIGIT_EXPONENT); #endif xbt_log_preinit(); - xbt_os_thread_mod_preinit(); xbt_dict_preinit(); srand(seed); @@ -108,7 +107,6 @@ static void xbt_postexit() return; xbt_initialized--; xbt_dict_postexit(); - xbt_os_thread_mod_postexit(); xbt_dynar_free(&xbt_cmdline); xbt_log_postexit(); #if SIMGRID_HAVE_MC