aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-19 14:10:28 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-19 14:10:28 +0000
commitf800e11d880713fc418a5ee6837b942d8632b5a0 (patch)
tree4d6e32d598872c193122a731778b465a213b025f /bfd/elflink.h
parentcdb72c32bee14a00e281aa42b23435db28c3e606 (diff)
downloadgdb-f800e11d880713fc418a5ee6837b942d8632b5a0.zip
gdb-f800e11d880713fc418a5ee6837b942d8632b5a0.tar.gz
gdb-f800e11d880713fc418a5ee6837b942d8632b5a0.tar.bz2
* elflink.h (elf_link_remove_section_and_adjust_dynindices):
Remove unused local variable spp.
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r--bfd/elflink.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 369a0a2..5aca205 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -2412,8 +2412,6 @@ elf_link_remove_section_and_adjust_dynindices (info, section)
struct bfd_link_info *info;
asection *section;
{
- asection **spp;
-
/* Remove the section from the output list. */
_bfd_strip_section_from_output (section);