X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1228c92443915a8014838a52661ce062bb7a075d..2bcb5dd3317c733c31c288ae79e72fb28863d936:/src/xbt/xbt_main.cpp diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 403d4cb126..496cc47da9 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -96,7 +96,6 @@ static void xbt_preinit(void) { #endif xbt_log_preinit(); xbt_os_thread_mod_preinit(); - xbt_fifo_preinit(); xbt_dict_preinit(); srand(seed); @@ -110,7 +109,6 @@ static void xbt_postexit(void) { if(!_sg_do_clean_atexit) return; xbt_initialized--; - xbt_fifo_postexit(); xbt_dict_postexit(); xbt_os_thread_mod_postexit(); xbt_dynar_free(&xbt_cmdline);