* dwarf2.c (decode_line_info): Remove unused variable first_time.

This commit is contained in:
Ian Lance Taylor 1999-06-10 21:28:56 +00:00
parent 9b4d630bb9
commit f5f9cc4ffb
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-06-11 Ian Lance Taylor <ian@zembu.com>
* dwarf2.c (decode_line_info): Remove unused variable first_time.
1999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
* elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std

View File

@ -852,7 +852,6 @@ decode_line_info (unit)
int is_stmt = lh.default_is_stmt;
int basic_block = 0;
int end_sequence = 0;
boolean first_time = true;
/* Decode the table. */
while (! end_sequence)