Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some cruft asking to die
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Jan 2012 14:52:34 +0000 (15:52 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Jan 2012 14:52:34 +0000 (15:52 +0100)
.gitignore
src/mc/mc_private.h

index b692c8f..920b9b0 100644 (file)
@@ -18,7 +18,6 @@ src/simdag/dax_dtd.l
 src/surf/simgrid_dtd.l
 src/xbt/graphxml.l
 
-:e a
 ################################################
 ### Jedule
 examples/simdag/scheduling/simgrid.jed
index eb0f614..a049aed 100644 (file)
@@ -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 */