From: Gabriel Corona Date: Thu, 5 Jun 2014 17:24:38 +0000 (+0200) Subject: Remove comment which has not been accurate for a long long time X-Git-Tag: v3_12~956^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f5dc91251a53f1ae8fc50749e787a38815354f3a Remove comment which has not been accurate for a long long time --- diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 5e2a7ed407..abf6140c9b 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -220,8 +220,7 @@ struct mdesc { /* Limit of valid info table indices. */ size_t heaplimit; - /* Block information table. - Allocated with malign/mfree (not mmalloc/mfree). */ + /* Block information table. */ /* Table indexed by block number giving per-block information. */ malloc_info *heapinfo;