From 8bd3f2d8af0812c8bb9dd48f8424d01d0524eca8 Mon Sep 17 00:00:00 2001 From: hubicka Date: Thu, 17 Apr 2003 23:33:05 +0000 Subject: * gcov-dump.c (tag_summary): Remove max_sum * gcov-io.h (gcov_summary, gcov_write_summary, gcov_read_summary): Kill max_sum. * libgcov.c (gcov_exit): Do one pass over the data. Make error message more verbose. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65758 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gcov-dump.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/gcov-dump.c') diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index ba56fee7e37..9b17d2145fe 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -407,9 +407,6 @@ tag_summary (filename, tag, length) printf (", arc_max_one="); printf (HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)summary.arc_max_one); - printf ("\n%s:\t\tmax_sum=", filename); - printf (HOST_WIDEST_INT_PRINT_DEC, - (HOST_WIDEST_INT)summary.arc_max_sum); printf (", sum_max="); printf (HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)summary.arc_sum_max); -- cgit v1.2.1