aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/dwarf2.c1
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)