Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mm] Allow to disable the mm based `malloc` at runtime
[simgrid.git] / src / xbt / mmalloc / mm_module.c
index 86c3421..d553f4a 100644 (file)
@@ -343,10 +343,6 @@ void *mmalloc_preinit(void)
   }
   xbt_assert(__mmalloc_default_mdp != NULL);
 
-#if 0 && defined(HAVE_GNU_LD) && defined(MMALLOC_WANT_OVERRIDE_LEGACY)
-  mm_gnuld_legacy_init();
-#endif
-
   return __mmalloc_default_mdp;
 }