|
From: <sv...@va...> - 2007-10-11 07:42:18
|
Author: njn
Date: 2007-10-11 08:42:18 +0100 (Thu, 11 Oct 2007)
New Revision: 6982
Log:
wibble
Modified:
branches/MASSIF2/massif/ms_main.c
Modified: branches/MASSIF2/massif/ms_main.c
===================================================================
--- branches/MASSIF2/massif/ms_main.c 2007-10-11 07:40:10 UTC (rev 6981)
+++ branches/MASSIF2/massif/ms_main.c 2007-10-11 07:42:18 UTC (rev 6982)
@@ -1941,7 +1941,6 @@
// Print alloc-fns, if necessary.
if (VG_(clo_verbosity) > 1) {
- i = 1;
VERB(1, "alloc-fns:");
for (i = 0; i < VG_(sizeXA)(alloc_fns); i++) {
Char** alloc_fn_ptr = VG_(indexXA)(alloc_fns, i);
|