diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-10-30 18:01:41 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-10-30 18:01:41 +0000 |
commit | 6a6e0926b2477d2d99c92589878b9ced4abeb114 (patch) | |
tree | eab94b4dc6893e2e0fc1aed6c942fa9ae72742e7 /gcc/gcov.c | |
parent | 320314dba395437c41c2b4e65acb62dbb816d8f9 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |