From: Gabriel Corona Date: Thu, 24 Jul 2014 14:10:02 +0000 (+0200) Subject: [mc] Remove irrelevant comment X-Git-Tag: v3_12~890^2~1^2~4^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/91e090a1e0407c6e4a3a7577806ecf7a04f96645 [mc] Remove irrelevant comment --- diff --git a/src/mc/mc_diff.c b/src/mc/mc_diff.c index 1c606b7db6..3fee5787d2 100644 --- a/src/mc/mc_diff.c +++ b/src/mc/mc_diff.c @@ -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));