Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove irrelevant comment
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 24 Jul 2014 14:10:02 +0000 (16:10 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 24 Jul 2014 14:10:02 +0000 (16:10 +0200)
src/mc/mc_diff.c

index 1c606b7..3fee578 100644 (file)
@@ -441,7 +441,6 @@ int mmalloc_compare_heap(mc_snapshot_t snapshot1, mc_snapshot_t snapshot2)
 
   while (i1 <= state->heaplimit) {
 
-    // TODO, lookup in the correct region in order to speed it up:
     malloc_info* heapinfo1 = mc_snapshot_read_region(&heapinfos1[i1], heap_region1, &heapinfo_temp1, sizeof(malloc_info));
     malloc_info* heapinfo2 = mc_snapshot_read_region(&heapinfos2[i1], heap_region2, &heapinfo_temp2, sizeof(malloc_info));