X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28d7faa60b9789a70d99c922e163c4aa7de363de..abc28a37af26a526794081574c2d7a748e45ddf7:/src/mc/mc_mmalloc.h diff --git a/src/mc/mc_mmalloc.h b/src/mc/mc_mmalloc.h index 6aa7d61133..987bf89683 100644 --- a/src/mc/mc_mmalloc.h +++ b/src/mc/mc_mmalloc.h @@ -20,9 +20,6 @@ SG_BEGIN_DECL() -extern xbt_mheap_t std_heap; -extern xbt_mheap_t mc_heap; - /* FIXME: Horrible hack! because the mmalloc library doesn't provide yet of */ /* an API to query about the status of a heap, we simply call mmstats and */ /* because I now how does structure looks like, then I redefine it here */