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 | c2506ba82ca2c0dbee7fb79197738da4b735f053 (patch) | |
tree | 166a574e1e279248eec4bfc371985cc82d78c647 /bfd/dwarf2.c | |
parent | 511f31787e8ed1be708dde58e3be0ef7f3e71aff (diff) | |
download | gdb-c2506ba82ca2c0dbee7fb79197738da4b735f053.tar.gz |
* 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 3af16455ff8..010d049618f 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) |