Bump version number to 2.30.52
[deliverable/binutils-gdb.git] / gprof / source.c
index f1a182bd218e72ce6e27fe913d298f908b1b652e..7421ed75b5c6924d30a8db543d728a9b1b0b6669 100644 (file)
@@ -1,6 +1,6 @@
 /* source.c - Keep track of source files.
 
-   Copyright (C) 2000-2015 Free Software Foundation, Inc.
+   Copyright (C) 2000-2018 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -250,7 +250,6 @@ annotate_source (Source_File *sf, unsigned int max_width,
              (*annote) (annotation, max_width, line_num, arg);
              fputs (annotation, ofp);
              ++line_num;
-             new_line = FALSE;
            }
 
          new_line = (buf[i] == '\n');
This page took 0.026051 seconds and 4 git commands to generate.