aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r--gcc/gcov-dump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index ba56fee..9b17d21 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);