gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gprof / source.c
index 8ca4c594607513628611a1a3031dd9d9ae05fa48..93abc85793b5de9022c175c731ef0bdd6314d636 100644 (file)
@@ -1,6 +1,6 @@
 /* source.c - Keep track of source files.
 
-   Copyright (C) 2000-2014 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 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.02395 seconds and 4 git commands to generate.