From f5f9cc4ffbad5ae89010e2cf6804ee887339d8c9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 10 Jun 1999 21:28:56 +0000 Subject: [PATCH 1/1] * dwarf2.c (decode_line_info): Remove unused variable first_time. --- bfd/ChangeLog | 4 ++++ bfd/dwarf2.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bc1607879f..e5edd46f3f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +1999-06-11 Ian Lance Taylor + + * dwarf2.c (decode_line_info): Remove unused variable first_time. + 1999-06-10 Jakub Jelinek * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 3af16455ff..010d049618 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) -- 2.34.1