forked from Imagelibrary/binutils-gdb
Remove redundant assignment in gprof.
PR gprof/20656 * source.c (annotate_source): Delete redundant assignment to new_line.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user