From 9578239d3edd0341cca6686bdf89ba9f5a1cd9f7 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 4 May 2006 05:05:25 +0000 Subject: * coff-or32.c (bfd_section_from_shdr): Remove unused local variable `ptr'. * cofflink.c (process_embedded_commands): Remove unused local variables `had_read' and `had_shared'. * ecofflink.c (bfd_ecoff_debug_accumulate): Remove unused local variable `fdr_adr'. * ihex.c (ihex_read_section): Remove unused local variable `addr'. --- bfd/ihex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bfd/ihex.c') diff --git a/bfd/ihex.c b/bfd/ihex.c index fb2ab96..6695fe5 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -553,7 +553,6 @@ ihex_read_section (bfd *abfd, asection *section, bfd_byte *contents) { char hdr[8]; unsigned int len; - bfd_vma addr; unsigned int type; unsigned int i; @@ -568,7 +567,6 @@ ihex_read_section (bfd *abfd, asection *section, bfd_byte *contents) goto error_return; len = HEX2 (hdr); - addr = HEX4 (hdr + 2); type = HEX2 (hdr + 6); /* We should only see type 0 records here. */ -- cgit v1.1