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 /bfd/dwarf2.c | |
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.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |