Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix problem on merge from svn
[simgrid.git] / src / xbt / mmalloc / mm_legacy.c
index f360550..d126d18 100644 (file)
@@ -17,7 +17,6 @@ void mmalloc_set_current_heap(void *new_heap) {
   __mmalloc_current_heap=new_heap;
 }
 
-//#define MMALLOC_WANT_OVERIDE_LEGACY /* comment this when stuff goes horribly bad around memory allocation */
 #ifdef MMALLOC_WANT_OVERIDE_LEGACY
 void *malloc(size_t n) {
   void *ret = mmalloc(__mmalloc_current_heap, n);