aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2018-10-30 18:01:41 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-10-30 18:01:41 +0000
commit6a6e0926b2477d2d99c92589878b9ced4abeb114 (patch)
treeeab94b4dc6893e2e0fc1aed6c942fa9ae72742e7 /gcc/gcov.c
parent320314dba395437c41c2b4e65acb62dbb816d8f9 (diff)
downloadgcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.zip
gcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.tar.gz
gcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.tar.bz2
* gcov.c (output_lines): Remove duplicate line.
From-SVN: r265634
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 26d352c..361b696 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -3001,8 +3001,6 @@ output_lines (FILE *gcov_file, const source_info *src)
SGR_SEQ (COLOR_BG_GREEN) "> 10%" SGR_RESET "\n");
fprintf (gcov_file, DEFAULT_LINE_START "Source:%s\n", src->coverage.name);
-
- fprintf (gcov_file, DEFAULT_LINE_START "Source:%s\n", src->coverage.name);
if (!multiple_files)
{
fprintf (gcov_file, DEFAULT_LINE_START "Graph:%s\n", bbg_file_name);