Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Don't define variable "raw_heap_fd" twice.
[simgrid.git] / src / mc / private.h
index 7b4acca..1adc99a 100644 (file)
@@ -122,7 +122,7 @@ void MC_print_statistics(mc_stats_t);
 
 extern void *std_heap;
 extern void *raw_heap;
-int raw_heap_fd;
+/* 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 */