diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-10 21:28:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-10 21:28:56 +0000 |
commit | f5f9cc4ffbad5ae89010e2cf6804ee887339d8c9 (patch) | |
tree | 6c63b696c8fb02d3cc380c979c46dbef5a7425e3 | |
parent | 9b4d630bb93fd309537c0decab6cd84d89760c03 (diff) | |
download | gdb-f5f9cc4ffbad5ae89010e2cf6804ee887339d8c9.zip gdb-f5f9cc4ffbad5ae89010e2cf6804ee887339d8c9.tar.gz gdb-f5f9cc4ffbad5ae89010e2cf6804ee887339d8c9.tar.bz2 |
* dwarf2.c (decode_line_info): Remove unused variable first_time.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/dwarf2.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bc16078..e5edd46 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 3af1645..010d049 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -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) |