mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* dwarf2.c (decode_line_info): Remove unused variable first_time.
This commit is contained in:
parent
9b4d630bb9
commit
f5f9cc4ffb
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user