Remove make_cleanup_restore_current_ui
[deliverable/binutils-gdb.git] / gprof / source.c
index 8ca4c594607513628611a1a3031dd9d9ae05fa48..335cda8019db081aaf2ba71682721a68c0363aa6 100644 (file)
@@ -1,6 +1,6 @@
 /* source.c - Keep track of source files.
 
-   Copyright (C) 2000-2014 Free Software Foundation, Inc.
+   Copyright (C) 2000-2016 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.023016 seconds and 4 git commands to generate.