X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/251bbe5068a2a7b23a23a4df11fc1b785dce6ff4..e2003d622b6b961020a60265f2b03b427afaeb4b:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index c355f497ab..d07d4a3db9 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -103,9 +103,6 @@ static void xbt_preinit(void) { ++xbt_pagebits; } -#ifdef MMALLOC_WANT_OVERRIDE_LEGACY - mmalloc_preinit(); -#endif #ifdef _TWO_DIGIT_EXPONENT /* Even printf behaves differently on Windows... */ _set_output_format(_TWO_DIGIT_EXPONENT);