diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-06 10:45:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-06 10:45:14 +0000 |
commit | 6cb2281567f17d81d5450b3387c954299de8ab70 (patch) | |
tree | 4cec4e6d7242a6c187258ae027a9e3b722400fbd /bfd/peXXigen.c | |
parent | 1ed89aa92ed7b3fc5a12f8d670392e5ce67c31b4 (diff) | |
download | fsf-binutils-gdb-6cb2281567f17d81d5450b3387c954299de8ab70.zip fsf-binutils-gdb-6cb2281567f17d81d5450b3387c954299de8ab70.tar.gz fsf-binutils-gdb-6cb2281567f17d81d5450b3387c954299de8ab70.tar.bz2 |
* peXXigen.c (pe_print_idata): Remove unused variable.
Diffstat (limited to 'bfd/peXXigen.c')
-rw-r--r-- | bfd/peXXigen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/peXXigen.c b/bfd/peXXigen.c index 7c15f41..6986433 100644 --- a/bfd/peXXigen.c +++ b/bfd/peXXigen.c @@ -1187,7 +1187,6 @@ pe_print_idata (abfd, vfile) bfd_vma ft_addr; bfd_size_type ft_datasize; int ft_idx; - int differ = 0; int ft_allocated = 0; fprintf (file, _("\tvma: Hint/Ord Member-Name Bound-To\n")); |