diff options
author | Mark Wielaard <[email protected]> | 2011-03-30 23:07:03 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2011-03-30 23:07:03 +0200 |
commit | 01b2cde6b5d1839dcc73381ecb442f5ba8346674 (patch) | |
tree | 90c4efa2cb498c75f9b9676e030f7b5c79502480 | |
parent | 2875be68b435ce691ed33fc726c68796f185b6d0 (diff) |
dwarflint: check_debug_abbrev.cc (load_debug_abbrev) prev_abbr_off not used.
-rw-r--r-- | dwarflint/check_debug_abbrev.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dwarflint/check_debug_abbrev.cc b/dwarflint/check_debug_abbrev.cc index 591c8d96..e668b2a0 100644 --- a/dwarflint/check_debug_abbrev.cc +++ b/dwarflint/check_debug_abbrev.cc @@ -174,7 +174,6 @@ namespace uint64_t abbr_off; uint64_t abbr_code; { - uint64_t prev_abbr_off = (uint64_t)-1; uint64_t prev_abbr_code = (uint64_t)-1; uint64_t zero_seq_off = (uint64_t)-1; @@ -203,7 +202,6 @@ namespace section = NULL; prev_abbr_code = abbr_code; - prev_abbr_off = abbr_off; } while (!read_ctx_eof (&ctx) /* On EOF, shift the offset so that beyond-EOF |