X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62874ae4e0258ec5335baeb5f52eade8d0b32f83..3fe3a9def1288d9f68cbce7d8a34bca05b1e0b01:/src/xbt/xbt_main.cpp diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 8ee72a4f07..15a5959565 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -115,9 +115,6 @@ static void xbt_postexit() xbt_initialized--; xbt_dict_postexit(); xbt_log_postexit(); -#if SIMGRID_HAVE_MC - mmalloc_postexit(); -#endif } /** @brief Initialize the xbt mechanisms. */