X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3080c6b0d097d6b3b7d5b3dda0592154ce438f64..f275f02285f9b85e302886c73f418df1cfeb6a7a:/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);