X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45060ff9a849119da4e39431e30c2e8c763cca4e..075e6b85becf232b49fe3062357a39d25caf3bbb:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index eb0f614bd1..a049aed753 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -139,7 +139,6 @@ void MC_print_statistics_pairs(mc_stats_pair_t); extern void *std_heap; extern void *raw_heap; -/* extern int raw_heap_fd; */ /* unused */ #define STD_HEAP_SIZE 20480000 /* Maximum size of the system's heap */ /* FIXME: Horrible hack! because the mmalloc library doesn't provide yet of */